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
When showing results in table format and clicking "next", the table component keeps changing height, which means the next button moves around, which makes it very difficult to keep going forward in the table.
On a more fundamental notice, it would be nice if not all results are fetched out of the database at once before showing anything, which means there is a long delay before the table shows. But rather, fetching maybe 100 rows, and then loading more upon request.