mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
8f975060d8
- 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).
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
f3bb71cfed8f31c1cc4fcf797efde0ba5246ac78
|