Author Topic: Virtual Scrolling - Grouping  (Read 959 times)

Webauthor

  • Pro OEM
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
Virtual Scrolling - Grouping
« 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?


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Virtual Scrolling - Grouping
« Reply #1 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.

Webauthor

  • Pro OEM
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
Re: Virtual Scrolling - Grouping
« Reply #2 on: November 19, 2021, 07:48:23 pm »
Thank you