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

Dynamic loading of large collection #16

Open
dfuchs2512 opened this issue Aug 5, 2015 · 0 comments
Open

Dynamic loading of large collection #16

dfuchs2512 opened this issue Aug 5, 2015 · 0 comments

Comments

@dfuchs2512
Copy link

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

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

1 participant