Hacker News new | ask | show | jobs
by peterthehacker 1711 days ago
What scale have you tested the UI at? Do you have any demo / benchmarks for over 1M rows for example?

Reading through the infinite scrolling PR [1] it looks like scrolling isn’t virtualized (like Airtable’s) so the browser will start choking when it has too many elements in the DOM.

[1] https://github.com/rowyio/rowy/pull/29

1 comments

Hey, I’m one of the engineers working on Rowy. We use react-data-grid [1], which has built-in support for virtualized lists rendering. They have demo of a table with 1000 rows and the scrolling stays smooth [2]

[1] https://github.com/adazzle/react-data-grid/ [2] https://adazzle.github.io/react-data-grid/#/common-features