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 viewing a table (Postgres), the number of pages don't change when I filter by some condition. Even when filtering it down to just one row, the number of pages stays the same. Now, when browsing through the pages, this one single filtered row will randomly disappear and randomly appear on any of those pages.
To Reproduce
Steps to reproduce the behavior:
Open a table (Postgres) so large it has multiple pages.
Filter by, say, id=2000, which brings the number of rows down to 1.
See how the number of scrollable pages at the bottom stays the same.
Now click through those pages, and see that row id=2000 randomly show up or disappear, sometimes even on page 1.
Expected behavior
Number of pages to correspond with how many items there are even when filtering.
Consistent showing of items on each page. This may get fixed by fixing the previous one?
The text was updated successfully, but these errors were encountered:
Describe the bug
When viewing a table (Postgres), the number of pages don't change when I filter by some condition. Even when filtering it down to just one row, the number of pages stays the same. Now, when browsing through the pages, this one single filtered row will randomly disappear and randomly appear on any of those pages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: