DataTables warning: table id=project - Cannot reinitialise DataTable. code example
Example: Cannot reinitialise DataTable
$('#dataTable').dataTable({
...
....
"bDestroy": true
});
$('#dataTable').dataTable({
...
....
"bDestroy": true
});