How to destroy a datatable?

后端 未结 8 1626
萌比男神i
萌比男神i 2021-02-01 05:19

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

8条回答
  •  清酒与你
    2021-02-01 05:55

    $('#feedback-datatable').dataTable().fnDestroy();
    

    this should destroy dataTable, then you will have to reinitialize dataTable.

提交回复
热议问题