Here is the code for Custom Button Click Function To Refresh Datatable Record Without Page load:
$(document).on("click", '.refreshRecords', function (e) {
$('#dTableOrder').DataTable().ajax.reload(null, true);
});
$(document).on("click", '.refreshRecords', function (e) {
$('#dTableOrder').DataTable().ajax.reload(null, true);
});
No comments:
Post a Comment