Select 1.1.0
DataTables CDN files for Select 1.1.0. This software was originally released on 8th November, 2015.
Release notes
This is a relatively minor update to Select, addressing known a couple of bugs in the code and documentation, however, it is a 1.1 update due to the change in packaging for AMD and CommonJS. DataTables core is referred to as datatables.net
in both for easy and consistent package referencing.
As a result Select is now available on NPM and Bower (datatables.net-select) as well as its styling packages.
New
- New:
select.className
option to provide the ability to set a custom class name for the selected items in the table. The default remainsselected
. - New: When using CommonJS allow jQuery and the window object to be passed in
Fixes
- Fix: Have Select initialise itself on the
preInit
event so it can be used in theinitComplete
callback - Fix: Rework of AMD and CommonJS loaders to present a consistent require interface and naming for DataTables and all of its extensions
- Fix: Could not select items when clicking on a child element
Documentation
- Fix - docs: Error in
select.selector
examples - Fix - docs:
select.items
accepts a singular value, not plural as was suggested - Fix - docs: Use
buttons.buttons.extend
(there was a typo)
Files
js
- //cdn.datatables.net/select/1.1.0/js/dataTables.select.js
- //cdn.datatables.net/select/1.1.0/js/dataTables.select.min.js
css
- //cdn.datatables.net/select/1.1.0/css/select.bootstrap.css
- //cdn.datatables.net/select/1.1.0/css/select.bootstrap.min.css
- //cdn.datatables.net/select/1.1.0/css/select.dataTables.css
- //cdn.datatables.net/select/1.1.0/css/select.dataTables.min.css
- //cdn.datatables.net/select/1.1.0/css/select.foundation.css
- //cdn.datatables.net/select/1.1.0/css/select.foundation.min.css
- //cdn.datatables.net/select/1.1.0/css/select.jqueryui.css
- //cdn.datatables.net/select/1.1.0/css/select.jqueryui.min.css