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:
parent
3edd19ed9d
commit
b353431cbe
@ -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`
|
||||
* ----------
|
||||
|
Loading…
Reference in New Issue
Block a user