This repository was archived by the owner on Feb 2, 2025. It is now read-only.
  
  
  
  
  
Description
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()