1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

New: xhr event now has the json returned from the server as the third parameter.

This commit is contained in:
Allan Jardine 2012-08-08 16:29:27 +01:00
parent 9c51aa0ad7
commit 9a7613362f
2 changed files with 2 additions and 0 deletions

View File

@ -12077,6 +12077,7 @@
* @event
* @param {event} e jQuery event object
* @param {object} o DataTables settings object {@link DataTable.models.oSettings}
* @param {object} json JSON returned from the server
*/
/**

View File

@ -245,6 +245,7 @@
* @event
* @param {event} e jQuery event object
* @param {object} o DataTables settings object {@link DataTable.models.oSettings}
* @param {object} json JSON returned from the server
*/
/**