Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
We will change this behavior of server side processing's not applying "formatValue" like client side processing in the next version of DataTables widget. Meanwhile you could use the following fix to see if it solves the problem for you:
1 . Open the file koolreport/datagrid/DataTables.tpl.php
and replace this line:
'data' => $ds->data()
with this one:
'data' => $this->dataRows
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo