cannot reinitialise datatable. for more information about this error code example
Example: Cannot reinitialise DataTable
$('#dataTable').dataTable({
...
....
"bDestroy": true
});
$('#dataTable').dataTable({
...
....
"bDestroy": true
});