for example, i’ve got a table with nearly 1500 entries. most of them have a tiny picture. with the DataTable plugin it is really easy to setup a nice to use/filter/view table. but of course, with this big amount of images the loading speed of the page is pretty bad. does anybody know a way of loading the images just if they are in the view? 50 entries are shown at the time – there is a pagination.
i have know clue, how to combine a image loading technic with the DataTable plugin.
Any ideas? Would be pretty much amazing!
What you are looking for is called “lazy loading”
Here is a plugin but you can search for many others that are available..