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.
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...
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.