Monday, 21 August 2017

Custom Button Click Function To Refresh Datatable Record Without Page load

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);
});

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: