aslagle / reactive-table

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

Is there any way to publish distinct rows and pass parameters in publish function? #470

Open soniya90 opened 6 years ago

soniya90 commented 6 years ago

I have a collection having records for page contents in 6 languages. E.x - I have 6 records for one page. So I want to fetch distinct page. All contents are subscribed at client in each page click so can I fetch only required records per page from server?.

aslagle commented 6 years ago

If you're using ReactiveTable.publish on the server, I think you could call it 6 times to create a different publication for each language, and then subscribe to the required one for each client.