Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
Scroller.js compatibility
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by reproducing the reported Scroller.js integration with the existing paginating system. Investigate the publication method, displayed-item handling, and loading indicator behavior described in the issue. Done means infinite scrolling works without publishing extra items and the loading indicator remains visible appropriately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100