1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Dev: Documentation update to indicate more clearly that dataSrc can be

used as a transform function
This commit is contained in:
Allan Jardine 2013-06-16 09:48:48 +01:00
parent 3edd19ed9d
commit b353431cbe

View File

@ -183,8 +183,8 @@ DataTable.defaults = {
* `sAjaxDataProp` from DataTables 1.9-.
*
* * `success` - Should not be overridden it is used internally in
* DataTables. To manipulate the data returned by the server use
* `ajax.dataSrc`, or use `ajax` as a function (see below).
* DataTables. To manipulate / transform the data returned by the server
* use `ajax.dataSrc`, or use `ajax` as a function (see below).
*
* `function`
* ----------