Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soniya90 opened this issue Aug 18, 2017 · 1 comment

Comments

@soniya90
Copy link

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
Copy link
Owner

aslagle commented Aug 20, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants