Answers for "mvc datatable force reload"

2

Reload datatable

Javascript12345var table = $('#example').DataTable(); table.ajax.reload( function ( json ) {    $('#myInput').val( json.lastInput );} );
Posted by: Guest on August-26-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language