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 hard time with loading a collection to a datatable. I defined the proxy as in the example, but now the datatable subscribe to all the data in the collection. I have arround 10.000 documents in this collection. I use iron-router waiton functionallity to subscribe to the collection. But this waiting takes up to 1 minute which is not acceptable.
Is there a way to load just the data in the datatable which is seen by the user. Like the first 50 documents when I have a per page value of 50. I tried to use the limit function inside the proxy definition but it seem it is ignroed completely.
I would like to use the webix ui but I need this kind of dynamic laoding from a collection. Has anybody a idea how to do that?
Thanks for your help.
Daniel
The text was updated successfully, but these errors were encountered:
Hi,
I have a hard time with loading a collection to a datatable. I defined the proxy as in the example, but now the datatable subscribe to all the data in the collection. I have arround 10.000 documents in this collection. I use iron-router waiton functionallity to subscribe to the collection. But this waiting takes up to 1 minute which is not acceptable.
Is there a way to load just the data in the datatable which is seen by the user. Like the first 50 documents when I have a per page value of 50. I tried to use the limit function inside the proxy definition but it seem it is ignroed completely.
I would like to use the webix ui but I need this kind of dynamic laoding from a collection. Has anybody a idea how to do that?
Thanks for your help.
Daniel
The text was updated successfully, but these errors were encountered: