ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: akraines on January 07, 2020, 03:23:33 am

Title: Format summary row better
Post 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)?
Title: Re: Format summary row better
Post by: paramvir on January 07, 2020, 10:48:29 am
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 )
Title: Re: Format summary row better
Post by: akraines on January 08, 2020, 12:14:28 am
Thanks. i ended up using the pq_grandsummary in the render function and it worked beautifully