Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riebeekn/paging-and-sorting

Custom paging and sorting example in Meteor JS
https://github.com/riebeekn/paging-and-sorting

Last synced: about 1 month ago
JSON representation

Custom paging and sorting example in Meteor JS

Awesome Lists containing this project

README

        

# Paging and Sorting in Meteor

A simple app, demonstrating the paging and sorting in Meteor. Companion source code for the following blog posts:

- [http://experimentsinmeteor.com/paging-and-sorting-part-1/](http://experimentsinmeteor.com/paging-and-sorting-part-1/)
- [http://experimentsinmeteor.com/paging-and-sorting-part-1a/](http://experimentsinmeteor.com/paging-and-sorting-part-1a/)
- [http://experimentsinmeteor.com/paging-and-sorting-part-2/](http://experimentsinmeteor.com/paging-and-sorting-part-2/)

## Branches

There are 3 branches in this repository:

- "part-0" corresponds to the starting point for [Part 1](http://experimentsinmeteor.com/paging-and-sorting-part-1/).
- "part-1" corresponds to the finished version of the code for [Part 1](http://experimentsinmeteor.com/paging-and-sorting-part-1/).
- "part-1a" corresponds to the finished version of the code for [Part 1a](http://experimentsinmeteor.com/paging-and-sorting-part-1a/).
- "part-2" corresponds to the finished version of the code for [Part 2](http://experimentsinmeteor.com/paging-and-sorting-part-2/).