Infinite scrolling display length
Infinite scrolling display length
Is it possible to change the scroll length after the table is created? I have a table with about 150 columns that takes quite a while to draw. I'm willing to take a hit on page load to load 30-40 rows initially, but after that I want to only load 5-10 at a time to reduce the load time.
This discussion has been closed.
Replies
Are you using the server side implementation? This is much faster for larger data tables.
Allan