Global declaration for Datatables
Global declaration for Datatables

Hello Every one !
Am using Data Table in almost every of my page. How to set defaults in all the pages for data tables. i cant repeat the same come in all pages . Is there any way by which we can declare the default settings of the data table . In all the pages same settings have to apply !!
This discussion has been closed.
Replies
Use the
$.fn.dataTable.defaults
object to set defaults. There is and example here.Allan