cfgridrow

Lets you define a cfgrid that does not use a query as source
for row data. If a query attribute is specified in cfgrid, the
cfgridrow tags are ignored.

  <cfgridrow data="">

 cfgridrow(data="");

This tag requires Adobe ColdFusion 3 and up.  Not supported on Lucee, etc.

Discouraged: The use of tags generating UI is generally discouraged by the CFML community. See: https://static.raymondcamden.com/cfuitherightway/cfgrid/index.html

Attribute Reference

data string
Required

Delimited list of column values. If a value contains a
comma, it must be escaped with another comma

delimiter string

Delimiter to be used for data

Examples
Sample code using the cfgridrow tag

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub