⚠ 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 ajax paging doesn't work



Belyi
  • profile picture
  • Member

Posted 03 November 2011 - 18:57 PM

Hi John. Thank you a lot for great work. You saved me a lot of time. I use version 1.1.3.
I tried to use datatables theme with ajax paging(i set $config['crud_paging'] = true; in file config.php in datatables theme folder) but it doesnt work. I think u havent finished work on it. Did you heard about Ignited Datatables https://github.com/IgnitedDatatables? It would be useful in implementing this.

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 05 November 2011 - 14:23 PM

[quote name='Belyi' timestamp='1320346636' post='23']
Hi John. Thank you a lot for great work. You saved me a lot of time. I use version 1.1.3.
I tried to use datatables theme with ajax paging(i set $config['crud_paging'] = true; in file config.php in datatables theme folder) but it doesnt work. I think u havent finished work on it. Did you heard about Ignited Datatables https://github.com/IgnitedDatatables? It would be useful in implementing this.
[/quote]
Hello Belyi
Actually for now on the two themes are: flexigrid that it's only ajax (server-side sripting) and datatables that it's only javascript (client-side scripting). I try to do my best to have more themes and also to have both 2 themes as client-side scripting and server-side sripting. I know IgnitedDatatables but I use totally different algorithms to make it work. Thanks for the suggestion though.