I\'m using jquery datatables to display data inside grid. On init page load script take DateTime.Today and process them further, problem is after init page load, when I\'m t
Clear the existing dataTable:
$(this).dataTable().fnClearTable(); $(this).dataTable().fnDestroy();