I'm using fullpage.js to split the page into sections. One of the sections has a grid built with handsOnTable.js.
It works perfectly, apart from the performance in IE (all versions up to 11). When you scroll to the section with the grid, the actual scrolling is very slow, not smooth and kind of jumping. The issue does not persist in other browsers.
I assume that the scrolling is causing the grid to re-render or something like this and that affect the performance.
Any help will be appreciated.