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