<cfoutput
query=objectgroup=stringgroupcasesensitive=booleanstartrow=numbermaxrows=numberendrow=numberencodefor=string
><!--- body ---></cfoutput>
Attribute
Description
query
object, optional
The name of the cfquery from which to draw data for the output section or the query itself.
group
string, optional
Specifies the query column to use when you group sets of records together. Use this attribute
if you have retrieved a record set ordered on a certain query column. For example, if a record set is
ordered according to "CustomerID" in the cfquery tag, you can group the output on "CustomerID." The
group attribute, which is case sensitive, eliminates adjacent duplicates when the data is sorted by
the specified field. See the groupCaseSensitive attribute for information about specifying a case
insensitive grouping.
groupcasesensitive
boolean, optional
Boolean indicating whether to group by case. The default value is YES; case is considered while
grouping. If the query attribute specifies a query object that was generated by a case-insensitive
SQL query, set the groupCaseSensitive attribute to NO to keep the recordset intact.
startrow
number, optional
Specifies the row from which to start output.
maxrows
number, optional
Specifies the maximum number of rows to display in the output section. You cannot use this attribute together with the attribute endRow.
endrow
number, optional
Last row of query that is included. You cannot use this attribute together with the attribute maxRows.
encodefor
string, optional
encode for what, valid values are:
css: for output inside Cascading Style Sheets (CSS)