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
API - dev: Remove the plugin() methods from the new API - Decided that it would be better to provide the new API by having plug-ins extend it directly, rather than providing their own API. Using the plugin() method it was possible to get a plug-in insta,ce for example TableTools, but the way it should work is that TableTools would provide a tabletools() API method, registering it as an extension to the DataTables API objects. Further more, TableTools should provide methods such as row().select() etc, extending the current API rather than doing its own thing which the plugin() methods prompted. - No backwards compatiblity issues here as the plugin() code hasn't shipped as a release.
2013-11-18 11:46:39 +00:00
9dc32c5fa50fabd9447a9e67fec49a6275c7bd5b
Reference in New Issue
Copy Permalink