Open kk4sh opened 9 years ago
@kk4sh is there a repo I can look at to see how you implemented scroller.js?
Has anyone tried with the scroller extension (http://datatables.net/extensions/scroller/)? Using a DT extension to do it is most likely to work out of the box since I try to do everything correctly through the DT API.
@aldeed - Scroller DT extension works, although there seems to be some caveats. And struggles with large data sets.
I'm having problems making scroller work, I downloaded the extension and added it to compatibility folder, added
deferRender: true, paging: true, scrollY: 200, scrollCollapse: true, scroller: true
but pagination remains and scroller doesn't run..
Integrate scroll.js may be a pretty good enhancement to create infinite table and remove paginating system. I have tested, it almost works even if few fixes must be done:
Thank you