https://github.com/fongandrew/meteor-pagination-demo
Demo on how to do "pagination" in Meteor
https://github.com/fongandrew/meteor-pagination-demo
Last synced: 3 months ago
JSON representation
Demo on how to do "pagination" in Meteor
- Host: GitHub
- URL: https://github.com/fongandrew/meteor-pagination-demo
- Owner: fongandrew
- Created: 2014-12-13T23:08:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T00:36:29.000Z (over 10 years ago)
- Last Synced: 2025-02-21T08:51:25.239Z (3 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meteor Pagination Demo
======================This project demonstrates how to handle pagination in [Meteor.js](http://meteor.com/). See this [blog post](http://andrewfong.com/blog/2014/12/14/pagination-in-meteor/) for more details.
License
-------Do whatever you want to.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, without any conditions.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.