Problem with multiple DataTable
Problem with multiple DataTable
shobi501
Posts: 1Questions: 0Answers: 0
Hi dev peoples,
I am facing problem with multiple DataTable using on same page the error message showing "DataTables warning: table id=DataTables_Table_0 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3"
Please help me on this.
Thanks
This discussion has been closed.
Replies
I think you creating datatable 2 times,before recreating datatable you want to destroy old one. use fnDestroy or bDestroy" : true
Here is an example showing multiple tables on one page:
https://datatables.net/examples/basic_init/multiple_tables.html
Kevin