webix-meteor-data icon indicating copy to clipboard operation
webix-meteor-data copied to clipboard

Dynamic loading of large collection

Open dfuchs2512 opened this issue 9 years ago • 0 comments

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

dfuchs2512 avatar Aug 05 '15 10:08 dfuchs2512