reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

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

Open soniya90 opened this issue 8 years ago • 1 comments

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?.

soniya90 avatar Aug 18 '17 10:08 soniya90

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.

aslagle avatar Aug 20 '17 23:08 aslagle