This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
DataTables
Watch
1
Star
1
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2026-04-25 03:00:08 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ec52faec508987f730cab223d82c3833ef5dafa
DataTables
/
media
/
src
/
api
History
Allan Jardine
513d6d5440
New: "destroy" event - when the table is destroyed the destroy event is now triggered. This is very similar to how aoDestroyCallback worked before, but this brings the implementation into line with the newer callback/events mechanisim used in DataTable
2012-04-13 15:26:30 +01:00
..
api.internal.js
New: The _START_, _END_, _MAX_ and _TOTAL_ macros for the information language strings can now be used in any info string, rather than being limited to just the ones noted in the documentation - a new internal function called _fnInfoMacros is introduced to allow this to work - 9211
2012-04-13 11:29:56 +01:00
api.methods.js
New: "destroy" event - when the table is destroyed the destroy event is now triggered. This is very similar to how aoDestroyCallback worked before, but this brings the implementation into line with the newer callback/events mechanisim used in DataTable
2012-04-13 15:26:30 +01:00
api.static.js
New: Static API method - fnVersionCheck same as the version check that is already available as an instance method, but here available as a static API method attached to $.fn.dataTable
2012-04-13 10:44:25 +01:00