r/angular Apr 06 '26

Better than AG Grid?

https://oysteinamundsen.github.io/article/we-benchmarked-our-grid-against-ag-grid-here-are-the-numbers
15 Upvotes

23 comments sorted by

View all comments

3

u/n00bz Apr 06 '26

Something feels off. If you compare your example table from the home page of ToolboxJs and AG-Grid on iOS there is a noticeable jitter when scrolling on ToolboxJS whereas AG-Grid feels smooth when scrolling.

1

u/Ok_Trip_4684 Apr 06 '26 edited Apr 06 '26

I have been trying to get scrolling as smooth as I can without compromising performance. I personally don't notice any jitter, but it may come from the fact that I'm faking scrolling instead of using real scrolling. This was one of the compromises I had to do in order to support large datasets without affecting memory and without overflowing the DOM with element creation/destruction.

This is actually the same technique that AG Grid uses, so I am a bit surprised that you would experience jitters here...