This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-01 00:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New: Server-side processing parameters update - The server-side processing parameters used by DataTables 1.9 are very ugly, and rather arkward to work with, so in keeping with the camcelCase approach of 1.10 and its general monderisation, when using the `ajax` option to set the ajax url for data, DataTables server-side processing will now use a much more modern method of telling the server what data is required - specifically using arrays and objects in neatly formatted data. - The old 1.9 method is invoked if sAjaxSource is used to set the ajax url, or if $.fn.dataTable.ext.legacy.ajax is set to true. As such, this change should be fully backwards compatible since `ajax` is a new option in 1.10. - This new ability adds 334 bytes to the min file, primarily, because the old method is retained (using just the new method would actually reduce the size slightly).
2013-10-11 15:39:54 +01:00
f3bb71cfed8f31c1cc4fcf797efde0ba5246ac78
Reference in New Issue
Copy Permalink