DataTables 1.10.2
DataTables CDN files for DataTables 1.10.2. This software was originally released on 31st July, 2014.
Release notes
DataTables 1.10.1 unfortunately introduced a bug that can cause search issues when using individual column search - hence the short release cycle for 1.10.2. There are a couple of other issues that have also been addressed in this release. No new features.
Fixes
- Fix: Regression from 1.10 whereby empty data for a column could cause an offset in the filtering column
- Fix: Add
redrawCalculations
option tocolumns().visible()
andcolumn().visible()
to improve performance in a loop. - Fix: When using
:visible
for the column selector to get visible columns, no columns were returned due to an incorrect regex. Now:visible
can be used to get only the visible columns - Fix:
column().search()
wasn't returning the search term when not given any parameter (well, it was, but in an API instance which was wrong)
Documentation and examples
- Fix - docs: Numeric data type is called
num
internally - Fix - docs: Add clarification to
to$()
andtoJQuery()
- Fix - docs:
page
example correct - Fix - docs: Typo in clear()
- Fix - docs: Add note about
cell().data()
writing to innerHTML - Fix - examples: Update the
tag
CSS to be more readable - Fix - examples: Search API examples should use consistent terminology
Files
js
- //cdn.datatables.net/1.10.2/js/jquery.dataTables.js
- //cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js
css
- //cdn.datatables.net/1.10.2/css/jquery.dataTables.css
- //cdn.datatables.net/1.10.2/css/jquery.dataTables.min.css
- //cdn.datatables.net/1.10.2/css/jquery.dataTables_themeroller.css
images
- //cdn.datatables.net/1.10.2/images/back_disabled.png
- //cdn.datatables.net/1.10.2/images/back_enabled.png
- //cdn.datatables.net/1.10.2/images/back_enabled_hover.png
- //cdn.datatables.net/1.10.2/images/forward_disabled.png
- //cdn.datatables.net/1.10.2/images/forward_enabled.png
- //cdn.datatables.net/1.10.2/images/forward_enabled_hover.png
- //cdn.datatables.net/1.10.2/images/sort_asc.png
- //cdn.datatables.net/1.10.2/images/sort_asc_disabled.png
- //cdn.datatables.net/1.10.2/images/sort_both.png
- //cdn.datatables.net/1.10.2/images/sort_desc.png
- //cdn.datatables.net/1.10.2/images/sort_desc_disabled.png