ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mflouty on October 27, 2023, 09:20:42 pm
-
Hi Team,
I am using pqgrid 9.0.2 with angular 14.3. I need your help on below points:-
1. Screen/Page is reloading on click on Filter icon on grid header menu icon.
menuIcon: true,
menuUI:{
tabs: ['filter'], //display only filter tab.
},
2. Row grouping in only doing grouping of current page, how can I group rows on all pages (entire data)?
3. How to remove Filter options which are not required?
4. How to refresh (remove filtering, sorting, grouping) the grid?
I have attached the grid options configuration in the attached file.
Thanks
-
3. Please use column.filter.conditionList and column.filter.conditionExclude properties.
https://paramquery.com/pro/api#option-column-filter
4. Please use reset method: https://paramquery.com/pro/api#method-reset
1. I don't see anything in your code which could cause screen reload. It might be helpful to find the cause if you can please share a stackblitz.
2. Row grouping is applied to current page data only. You might need to remove paging to apply row grouping to entire data.