mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14:24:11 +01:00
e1f0fd2dee
- With the new API the filter() and sort() methods already have meaning (the array methods built into Javascript) so the methods for filtering and sorting in the API are called search() and order() respectively. However, the intialisation parameters and events in DataTables use a mix of filter, search, sort and order in their terminology so this commit harmonises on just search and order, updating where appropriate. - There are a number of incompatible changes if you are already using the new options in 1.10, but no incompatible changes to the latest release (1.9.4). 1.10 changes: - Server-side processing, the new parameters sent have been updated to refelect the new terminology - The Ext object likewise has been updated - Default with the old options and padding int he old options will still work as before, compatiblity functions have been added to provide mapping. If both are provided the new parameter value will take president. - The change is primarily around `sort` since that was reasonably consistent in its terminology for the initlaisation parameters before. |
||
---|---|---|
.. | ||
jquery.dataTables.js | ||
jquery.js |