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-21 19:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New: External interface to allow the selector options `-type selector-modifier` object be extended by plug-ins, providing additional selector options. In the first instance this will be used by the new Selector extension that will add the ability to select rows, columns and cells by their selected status. The main change here is to modify `_selector_run` to loop over the extension functions (if there are any). This involves passing extra information to the function (selector type so the correct extension can be used, settings object and selector modifier to pass on to the extension method). The _selector_opts function has also been updated to give the ability to use unknown properteries through a $.extend, rather than writing a three property object.
2015-04-16 12:43:24 +01:00
5d64977a49bfaccbfcf63231876399d0f1e47296
Reference in New Issue
Copy Permalink