Cannot reinitialise DataTable
Cannot reinitialise DataTable
I get the following Error when I click the back button to get back to a page that is using the DataTable:
"DataTables warning (table id ='matrix'): Cannot reinitialise DataTable
1) Using Chrome, go to http://edgedocs.rhomobile.com/rhoelements/apicompatibility
2) Click on one of the links in the rows of the table
3) Click the Back button on the browser
Notice that you get the error.
If you click Refresh on the brpowser the page reloads. I am not sure what is causing this or if i can work around it somehow.
Thanks in Advance.
"DataTables warning (table id ='matrix'): Cannot reinitialise DataTable
1) Using Chrome, go to http://edgedocs.rhomobile.com/rhoelements/apicompatibility
2) Click on one of the links in the rows of the table
3) Click the Back button on the browser
Notice that you get the error.
If you click Refresh on the brpowser the page reloads. I am not sure what is causing this or if i can work around it somehow.
Thanks in Advance.
This discussion has been closed.
Replies
$(document).ready(function() {
$("#matrix").dataTable({
"bPaginate": false,
"bLengthChange": false,
"bFilter": true,
"bSort": true,
"bInfo": false,
"bRetrieve": true,
"bProcessing": true,
"bDestroy": true,
"bStateSave": true,
"bAutoWidth": false});