Meteor-Community-Packages / meteor-tabular

Reactive datatables for large or small datasets
https://packosphere.com/aldeed/tabular
MIT License
363 stars 136 forks source link

Scroller.js compatibility #77

Open kk4sh opened 9 years ago

kk4sh commented 9 years ago

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

offthegrass commented 9 years ago

@kk4sh is there a repo I can look at to see how you implemented scroller.js?

aldeed commented 9 years ago

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.

jercle commented 8 years ago

@aldeed - Scroller DT extension works, although there seems to be some caveats. And struggles with large data sets.

ayazhussein commented 8 years ago

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