feat(Database Browser): Select all objects#1219
feat(Database Browser): Select all objects#1219davimacedo merged 6 commits intoparse-community:masterfrom
Conversation
Allows users to select all objects. This is only enabled when the lazy loading has loaded all possible objects, since we don't have a way to select all objects based on a query.
davimacedo
left a comment
There was a problem hiding this comment.
Like we talked, I think that a better approach would be selecting what is currently visible.
Changes done! |
|
@douglasmuraoka it worked pretty good to me but I think we need just one more small fix. If I have, for example, 400 rows, select all (it will select the first 200 ones - because they are the visible ones), then delete these rows, everything works fine and the dashboard count shows me that I have 200 rows left, but they don't show up in the table. I think we should manage to load more rows every time that a delete operation happens. Can you do this? |
Done! |
Allows users to select all visible objects. If lazy loading fetches more data, the select all checkbox is unset.