meteor-tabular
meteor-tabular copied to clipboard
Scroller.js compatibility
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:
- reactivity is ok
- global behavior is ok
- publication method publishes too much items ( not only those which are displayed)
- the loading indicator appears not enough longer ( may be due to the double drawing done by the package implementation)
Thank you
@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..