I have a table that will contain thousands of row and in table view i use a picture to show a specific field.
I noticed that WHOLE table is loaded and then processed and paginated by js, i'm afraid it will explode when rows will be really a lot.
Is there a solutiion to load only the rows of the specifica page that is being viewed?