MclellandG commented on issue #25762:
URL: https://github.com/apache/superset/issues/25762#issuecomment-2079455814

   I noticed that the Table component uses react-window, which supports 
[react-window-infinite-loader](https://npmjs.com/package/react-window-infinite-loader).
   Would this not be a alternate approach to server side paging?   In this 
manner you'd be able to ditch page sizes, row limits, and treat the dataset in 
its entirety but only display the first X number of results visible on the 
page.   The expectation would be that filters would then be applied on the data 
as a whole, re-query the database with the filter and again only display the 
top X results, fetching more as the user scrolls down the page.
   I think the desired behaviour would be similar to how AgGrid does it's 
server side rendering


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to