Pagination renders all rows in large table while loading
-
I have a rather large table (6,000+ items) that I’ve paginated to 100 items per page (link: https://sne.space). I would like the full 6,000 items to load for the user so that they can search the whole table, but I do not want more than 100 items to be visible while the page is loading. Is this behavior intended? I feel like the rows after the 100th row should be marked as “display: none” when the page first loads.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pagination renders all rows in large table while loading’ is closed to new replies.