datatables clear table

149

datatables clear table -

const table = $("#yourTable").DataTable();

table.clear().draw(); // make sure to call draw() to see the table empty

Comments

Submit
0 Comments