ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: akraines on January 07, 2020, 03:23:33 am
-
How can I format the grand total row to look like the excel screenshot. (both for web view and for printing)?
-
Grand summary row has pq_grandsummary property added to rowData which can be used to style it in rowInit or render callbacks as in this example:
https://paramquery.com/pro/demos/export_style
Please note that currently styles are exportable to Excel only ( not html or print )
-
Thanks. i ended up using the pq_grandsummary in the render function and it worked beautifully