How would you change the datasource comparable to:
var oTable = $('#Table').dataTable( {
"sAjaxSource": url
...
...
});
var newUrl = "new.php";
oTable.fnReloadAjax(newUrl);
↧