kk4sh
kk4sh
Hi, Is it possible to avoid the unsubscription of the current results when using load more? Currently, all results are unsub then sub again with the larger set.
Use the selector helper seems to remove the current pagination index even if the selector has not been changed. As required, here is a [meteorpad](http://meteorpad.com/pad/bSv6KofP8NrDhA2r4/Leaderboard) to reproduce. Note: removing selector...
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: -...