mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
- Introducing several methods which will control the ajax aspects of DataTables through the API: - ajax.json() - get the last JSON returned from the server - ajax.reload() - reload from JSON source - ajax.url( [url] ) - get / set the Ajax URL - ajax.url( url ).load() - load data from new URL after a set - Note that this effectively replaces the old fnReloadAjax plug-in which was quite popular. - Not yet fully tested - further work required.