Answers for "c# clear datatable"

2

datatables clear table

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

table.clear().draw(); // make sure to call draw() to see the table empty
Posted by: Guest on November-06-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language