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
$('#feedback-datatable').dataTable().fnDestroy();
this should destroy dataTable, then you will have to reinitialize dataTable.