⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Large table with thumbs



xsigno
  • profile picture
  • Member

Posted 07 March 2013 - 14:52 PM

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?


xsigno
  • profile picture
  • Member

Posted 18 March 2013 - 19:54 PM

I tried not to use datatables theme, but the default one. 

At the moment i have more than 700 record but it shows zero.

 

suggestion?


victor
  • profile picture
  • Member

Posted 18 March 2013 - 21:19 PM

1)the datatables theme loads all rows from a table.

2)The default theme (flexigrid) uses Ajax for pagination. this theme only load limited count of the rows.

Flexigrid is solution for you.