⚠ 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

DataTables Theme Problem



tofayelahmed

tofayelahmed
  • profile picture
  • Member

Posted 08 April 2013 - 07:11 AM

Hi All.

My table has 25,000 data.

When I use flexigrid theme, its work ok.

But when I use datatables Theme its show an memory allocation error.

Then I use memory limiter in my controller. Then its ok

But its show all data in one pages(pagignation not work) and hanged.

I use Latest verson of crud.

Please Help.


davidoster

davidoster
  • profile picture
  • Member

Posted 08 April 2013 - 08:07 AM

Hmmm, flexigirid would work because of its ajax support.

Even though datatables has ajax support, the impolementation that Grocery CRUD is using doesn't support ajax.

 

To be honest 25000 records isn't that much!!!

If you are running under a localhost and not a publicly available and configured server you might need to check again the allocated memory that PHP and MySQL are using.


tofayelahmed

tofayelahmed
  • profile picture
  • Member

Posted 08 April 2013 - 11:53 AM

Help PLease.


victor

victor
  • profile picture
  • Member

Posted 08 April 2013 - 16:30 PM

Don't use datatables theme. Why do you want to use datatables theme only?


tofayelahmed

tofayelahmed
  • profile picture
  • Member

Posted 09 April 2013 - 08:17 AM

BCZ it has extra searching facility.


DREON

DREON
  • profile picture
  • Member

Posted 09 April 2013 - 13:38 PM

same question here i have 15.000 records and i need to use datatable theme for multiple search..