Virtualized grids, lists, tables
would be very helpful to improve the scale of our application if we virtualized the rendering of big lists and grids. - https://github.com/rilldata/rill-developer/issues/317 – create a virtual list component for the column profiles. This doesn’t currently exist and would need to be implemented / pulled in. - https://github.com/rilldata/rill-developer/issues/315 – improve virtualized grid for leaderboard. Check the leaderboard dev route for my very janky adaptation of a svelte virtualized list. - https://github.com/rilldata/rill-developer/issues/316 – create a way to “see more results” in a preview table when scrolling. This feels like a backend thing that we’ll need to figure out. How do we continue to add more results to the table when scrolling?