This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Could you please add parameter [callback, resetPaging] when reload data from Ajax source #273
Labels
Milestone
Dear @l-lin,
In datatable API ajax.reload(), it can set param 'resetPaging' to false then datatable will hold the current paging position. But DTInstances.reloadData() doesn't have this feature.
Currently, I use
$('#tableName').DataTable().ajax.reload(null, false);
and it work fine. But would be great if you support this feature in DTInstances.reloadData()The text was updated successfully, but these errors were encountered: