You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?.
The text was updated successfully, but these errors were encountered:
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.
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?.
The text was updated successfully, but these errors were encountered: