• Resolved selectmedia

    (@selectmedia)


    Hi, I have a table and in it i have more than 1400 rows (which is a quite heavy table). I’ve set the initial rows to show to 10 but when i visit the page where this table is, it tries to load all the row which takes time and then it shows the first 10 rows and the next rows in pagination smoothly cause they are loaded when the page was visited. I don’t want all rows to load at first cause it takes time. I want some sort of lazy loading where it’ll only load first 10 rows and when i click on any number in pagination then it should load the respective rows (It would be time efficient). Same for Search mechanism.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Scaling Large Data (Lazy Load)’ is closed to new replies.