Hacker News new | ask | show | jobs
by laurencei 3953 days ago
I think it is more trying to show that it can handle & display extremely large datasets without crashing or lagging the browser.

I recently had a scenario where I needed to have a table that could be scrolled, and needed to be able to display up to 15k rows.

At the time I went with SlickGrid[1], but this seems like a nice alternative.

[1] https://github.com/mleibman/SlickGrid

1 comments

I am using SlickGrid on a current project and have had great results.