problem in initialization
problem in initialization
Hello,
my english isn't very good, but i try to describe my problem.
On my web site, i use Datatables on many pages. they are declared like this :
"$(document).ready( function() {
$('#tabDctm').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers",
} );
} );
"
But when i load another page, i have en error message :"
"DataTables warning (table id = 'tabEU'): Cannot reinitialise DataTable.
To retrieve the DataTables object for this table, please pass either no arguments to the dataTable() function, or set bRetrieve to true. Alternatively, to destory the old table and create a new one, set bDestroy to true (note that a lot of changes to the configuration can be made through the API which is usually much faster)."
Pleas could you help me thanks!
my english isn't very good, but i try to describe my problem.
On my web site, i use Datatables on many pages. they are declared like this :
"$(document).ready( function() {
$('#tabDctm').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers",
} );
} );
"
But when i load another page, i have en error message :"
"DataTables warning (table id = 'tabEU'): Cannot reinitialise DataTable.
To retrieve the DataTables object for this table, please pass either no arguments to the dataTable() function, or set bRetrieve to true. Alternatively, to destory the old table and create a new one, set bDestroy to true (note that a lot of changes to the configuration can be made through the API which is usually much faster)."
Pleas could you help me thanks!
This discussion has been closed.