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
Dev: Remove the static `construct` method that had been added as part of 1.10 - I added a static DataTable.on() method previously in the 1.10 development for a single event called `construct` which would tell us when a table was constructed. But I've realise that since the events that DataTables' triggers bubble up through the document, that effect can already be achieved: - Use: - $(document).on( 'init.dt', function ( e, settings ) { } ); - Rather than: - $.fn.dataTable.on( 'construct', function ( settings ) { } ); - No backwards compatiblity issues as the DataTable.on code was never shipped, its dev code only
2013-11-18 11:46:15 +00:00
1f561e301a608c35535bc0e0e3496d4440225830
Reference in New Issue
Copy Permalink