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
Describe the bug
When using the objectbox browser, it does 50 per page but only shows 10 of said page. I cannot get it to show all 50 without jumping through hoops.
Basic info (please complete the following information):
ObjectBox version 3.6.0
Reproducibility: always
Device: emulator
OS: API 33
To Reproduce
Steps to reproduce the behavior:
Put > 50 objects into a database
Open the objectbox admin
See it says it is display a page of 1-50 but only 10 show.
Expected behavior
If it's showing 50 per page and there's more than 50 objects, it should show all 50 in a page. Next page just skips to the next 50.
Code
None
Logs, stack traces
None
Additional context
None
The text was updated successfully, but these errors were encountered:
I am also having this issue, but without additional pages. I should see 37 entries, but only see the firs 10.
I can see the data I am looking for when filtering for IDs, but this is impeding my efforts to check if the data is as it should be.
Edit: even with a filter, I can only see the first 10 entries:
Describe the bug
When using the objectbox browser, it does 50 per page but only shows 10 of said page. I cannot get it to show all 50 without jumping through hoops.
Basic info (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If it's showing 50 per page and there's more than 50 objects, it should show all 50 in a page. Next page just skips to the next 50.
Code
None
Logs, stack traces
None
Additional context
None
The text was updated successfully, but these errors were encountered: