datatables.reload

datatables.reload

koolkatwebdesignskoolkatwebdesigns Posts: 6Questions: 0Answers: 0
edited March 2012 in DataTables 1.9
I am planning to upgrade from version 1.7.6. I am using an ajax source for my table and jquery.datatables.reload.js in order to reload the data. My question is, do I still need jquery.datatables.reload.js and will it work with 1.9?

Thanks.

Replies

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin
    It depends what is in that file! There isn't a file that is distributed with DataTables that has that name, so I presume its a custom file with some API plug-ins (presumably fnReloadAjax). If it is fnReloadAjax then yet, you do need the plug-in still as it hasn't been integrated into the core.

    Also, it would be worth updating your fnReloadAjax API plug-in if you are going to upgrade from 1.7.x since it has been modified since then a little bit.

    Allan
  • koolkatwebdesignskoolkatwebdesigns Posts: 6Questions: 0Answers: 0
    Thank you!
This discussion has been closed.