ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Webauthor on November 18, 2021, 07:48:32 pm
-
One item that came up in testing is grouping. I know grouping is going to be problematic because it's only happening client side, but do you have any thoughts on how I can alleviate the problem where we end up with blank entries? Should groupModel exclude rows where pq_empty is true?
-
This way of lazy loading https://paramquery.com/pro/demos/infinite_scroll might be helpful to alleviate the problem of blank entries in grouping.
-
Thank you