clear-m commented on issue #13453: URL: https://github.com/apache/superset/issues/13453#issuecomment-797354983
> > what about large result tables that barely fit in the view? > > @junlincc Of course, there is some problem with rendering a large dataset that the user has to manipulate: if the user really needs a large dataset to view, then there is already a virtualized view there, but to be able to render even more data (actually an unlimited number of rows) in the table (more than ~ 5MB of data) we need to dig deeper into virtualization (one of the good examples of how this can be done is here https://www.ag-grid.com/javascript-grid/server-side-model/ ). > And my guess is that in this particular case (large tables of results) a scrollbar (the one that already used in table previews) can be used. Even more scrollbars can be used: one for the results view, limiting the rows in one result view, and one for all result views (for example, like in table previews, see image below). >  I will add UI diagrams to clarify the idea this weekend ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
