I\'m using datatables and using bootstrap-daterangepicker to select a range for which data will be shown in Datatables.
It is working fine.
The problem is when I
For DataTables 1.10, the calls are:
// Destroy dataTable $('#feedback-datatable').DataTable.destroy(); // Remove DOM elements $('#feedback-datatable').empty();