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