<cftable>
Builds a table in a CFML page.
Use the <cfcol> tag to define table column and row characteristics.
The cftable tag renders data either as preformatted text, or, with the HTMLTable attribute, as an HTML table.
Use cftable to create tables if you don't want to write HTML table tag code, or if your data can be well presented as preformatted text.
This tag must have a body.
This tag is also supported within <cfscript>
<cftable
query=string
maxrows=number
colspacing=number
headerlines=number
htmltable=boolean
border=boolean
colheaders=boolean
startrow=number
><!--- body ---></cftable>
Examples
There are currently no examples for this tag.
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)