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
var myDataTable = $('#dataTable').DataTable(); myDataTable.ajax.reload();
Absolutely this is what I am looking for.Nice solution to reintialise datat table