mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
b7c6c98031
- This is a fairly far reaching commit in that the DataTables.ext object is updated to primarily use camelCase, just like the rest of the 1.10 API. The old notation is still available for compatiblity, but deprecated. - While working in this area, I've made a number of updates: - .model.ext has been removed - that was redundant and not useful. DataTables.ext is where the plug-ins for DataTables will live and will be correctly publically documented as such. - Type based actions (detection, sorting and filter) now live in a `type` namespace to make it clear that they are type based. - Internal references to .ext updated to use the new parameters. We could use the old ones since they are fully backwards compatible, but I'd rather set the standard by using the modern ones. - JSDoc comments for .ext updated - Extension examples updated
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
485ee7693dda3db904d3a1939e676981add06e04
|