meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Scroller.js compatibility

Open kk4sh opened this issue 10 years ago • 4 comments

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 avatar Feb 16 '15 13:02 kk4sh

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

offthegrass avatar May 14 '15 11:05 offthegrass

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 avatar Aug 31 '15 23:08 aldeed

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

jercle avatar Jun 23 '16 11:06 jercle

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

ayazhussein avatar Aug 03 '16 16:08 ayazhussein