-
Notifications
You must be signed in to change notification settings - Fork 159
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
load more with the same options #149
Comments
8k of collections? that's a lot :) What do you mean by load more functionality? What is the exact issue? Too slow to load 8k of collections? 8k in one database? |
8k in one db yes :) those are maintained periodically but the thing is they are representing different concurrent operations with lots of separate records in them. anyway i wrote the question misleading . the app loads the collections very fast. i was referring to the records displaying page. basically loading more records by changing the skip using a button like load more. like fetching n more records on each action. i hope this time i was clear on my request. |
Should be fixed in 3.0.3. I let you close this issue if it is the case. |
definitely fixed |
I even added shortcuts with command left and right arrows |
yes , runs and looks great. kudos. |
jerome this is looking great. finally i can manage my 8k+ collection database with something other than rockmongo.
i just have a thing that i really needed right away. that's a load more functionality (paging might be too much to ask).
The text was updated successfully, but these errors were encountered: