SyntaxFix
Write A Post
Hire A Developer
Questions
You can add destroy:true to the configuration to make sure data table already present is removed before being reinitialized.
destroy:true
$('#example').dataTable({ destroy: true, ... });