Expand my Community achievements bar.

Update table list paging to infinite paging

Avatar

Level 4

11/8/22

Description - The current UI for tables uses numbered paging to limit the number of visible records, but with a 2K limit, it is difficult to view large record sets. It also breaks Grouping as the next page will not show the group heading if the group heading is on a previous page.

 

Please update the table control so that it uses infinite scroll paging instead. This would allow for the current 2K max record query limit without hindering the ability to see all records as it pages into browser cache. It should also improve large list performance as the number of visible records can be configured for performance and scrolling will automatically page in the new records.

 

Why is this feature important to you - To improve performance and remove the record count limit per page

How would you like the feature to work - Infinite scrolling controls allow for an "unlimited" record table without impacting performance and scrolling through the table is more natural than paging.

 

Current Behaviour - Tables have a 2K record limit per page and you have to page to see the next set of records. This breaks the grouping behavior, the table search doesn't work past the current page, and the performance is hindered trying to load and render 2K records at a time.