This is more of a feature request than an issue. A method you can call e.g datatable.reload() to re-fetch the data from the provided URL on the AjaxOptions . The refresh property is available but it might not be useful and relevant in some use cases.
Example Use Case
A user table with options to toggle status on/off via an ajax call. After execution, I would like to fetch and update the existing data without having to reload the page.
This is more of a feature request than an issue. A method you can call
e.g datatable.reload()to re-fetch the data from the provided URL on theAjaxOptions. The refresh property is available but it might not be useful and relevant in some use cases.Example Use Case
A user table with options to toggle status on/off via an ajax call. After execution, I would like to fetch and update the existing data without having to reload the page.