1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-27 00:54:15 +01:00

Update: Passing jqXHR for dataSrc in ajax.

This commit is contained in:
Juarez Turrini 2014-05-29 14:18:02 -03:00
parent 96b7ef9176
commit 6755d9c23e

View File

@ -2620,7 +2620,7 @@
}
return dataSrc !== "" ?
_fnGetObjectDataFn( dataSrc )( json ) :
_fnGetObjectDataFn( dataSrc )( json, oSettings.jqXHR ) :
json;
}