display summaryText in <tfoot>

Any of you have never been able to fix the summarytext in the footer of the table?

…template property how use it ? ???

tnx

summaryText is the summary of the GridView… by default this is the line that say "Displaying 1-6 of 7 result(s)."

CGridView uses the table to display it’s items… the items are ordered into columns as you know… and the value of the column “footer” property will be rendered in the table tfoot element - http://www.yiiframework.com/doc/api/1.1/CGridColumn#footer-detail