Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
That's great suggestion. Thanks Peter, we will add this count
feature for footer.
For now you can do this:
Table::create(array(
"dataStore"=>$this->dataStore("datastore_name"),
"showFooter"=>"bottom",
"columns"=>array(
"my_column"=>array(
"footerText"=>"".count($this->dataStore("datastore_name")->data())
)
)
))
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo