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-07 05:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
API: Update to extension API for camelCase support and tidy up - 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
2013-07-24 14:51:01 +01:00
485ee7693dda3db904d3a1939e676981add06e04
Reference in New Issue
Copy Permalink