⚠ 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

deal with big size of data in datatables theme



Fadi

Fadi
  • profile picture
  • Member

Posted 16 June 2017 - 01:55 AM

hi 
Im using GC 1.4.1

I have big number of records in some tables (10000 records)
when data exeeded 7000 records then i have this error :

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10227712 bytes) in /home/xxxxxxx/public_html/xx/assets/grocery_crud/themes/datatables/views/list_template.php on line 121
i tried to change the theme to flexigrid, it's succes , but actually datatables theme is strongly recommanded beacause of its features like (search in the table )


kris

kris
  • profile picture
  • Member

Posted 17 June 2017 - 19:03 PM

I also notice that datatable is slow with smal table. I think it read all the table instead that reading only one page.