ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: Digitalsoft on January 18, 2023, 02:27:35 pm

Title: Remove column and row grouping while export
Post by: Digitalsoft on January 18, 2023, 02:27:35 pm
Is it possible to remove grouped columns and rows while exporting the grid, because of grouped columns it is difficult to apply column filters

Title: Re: Remove column and row grouping while export
Post by: paramvir on January 18, 2023, 05:04:16 pm
you can update colModel of the grid to the lowermost columns: https://paramquery.com/pro/api#method-getColModel before call to export method and revert back to original colModel after call to export method.

https://paramquery.com/pro/api#method-refreshCM