Answers for "table.ajax.reload passing data"

0

datatables ajax reload

var table = $('#example').DataTable( {
    ajax: "data.json"
} );
 
setInterval( function () {
    table.ajax.reload();
}, 30000 );
Posted by: Guest on October-23-2021

Code answers related to "table.ajax.reload passing data"

Code answers related to "Javascript"

Browse Popular Code Answers by Language