ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Webauthor on November 18, 2021, 07:48:32 pm

Title: Virtual Scrolling - Grouping
Post 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?

Title: Re: Virtual Scrolling - Grouping
Post by: paramvir on November 19, 2021, 06:40:31 pm
This way of lazy loading https://paramquery.com/pro/demos/infinite_scroll might be helpful to alleviate the problem of blank entries in grouping.
Title: Re: Virtual Scrolling - Grouping
Post by: Webauthor on November 19, 2021, 07:48:23 pm
Thank you