aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

How to use reactive-table with reywood:publish-composite #353

Closed AnjaniKumar15 closed 6 years ago

AnjaniKumar15 commented 8 years ago

I'm using reywood:publish-composite to publish collection. Please suggest me, how to use reactive-table with this.

aslagle commented 8 years ago

You won't be able to use reactive-table's server-side pagination, but you should be able to use the collection on the client side like you would any other collection.