Kurounin / Pagination

This package allows you to paginate the subscriptions over meteor's collections. It can be used in a Blaze template or in ReactJS.
MIT License
56 stars 22 forks source link

Dynamic collections pagination? #57

Closed abaskalov closed 6 years ago

abaskalov commented 6 years ago

Hello. How should I paginate dynamic collections created by grouping and aggregation?

Kurounin commented 6 years ago

Unless you save the resulting documents in a specific collection, you can not use this package, because it was not made to work with documents resulted from an aggregation.