This web component automatically makes paged requests for data from a URL to populate a local list.
Parameters for how far ahead (or behind) to ensure data is retrieved cause the component to look further ahead of the
scroll position.
The complete service URL is assumed to support two URL parameters, skip, and limit, specifying the first index and the number of items to retrieve.
import paging-source.html
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
2016-11-06 First Checkin
Jim Baldwin
MIT