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.
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.