Responsive 1.0.2
DataTables CDN files for Responsive 1.0.2. This software was originally released on 6th October, 2014.
Release notes
This is a bug fix release of Responsive that addresses all known issues with the software and introduces a couple of new features. These are:
- A new
neverclass for column. This is similar to the existingnoneclass, but anevercolumn will not be shown in the child row details or the table, while anonecolumn will be shown in the child row details. - The option to set a default for Responsive through the
$.fn.dataTable.defaultsobject (e.g.$.fn.dataTable.defaults.responsive = true;). This will be extended to be common to all DataTables extensions in future, but currently only Responsive has this ability.
New
- New:
responsive.index()method that will give acell-selectorfrom anlielement that is passed in - New: Ability to set defaults using
$.fn.dataTable.defaultsfor responsive - New:
neverclass option to hide the content from both the table columns and the child row display
Updates
- Update: The default renderer now uses the 'display' data for a cell
Fix
- Fix: There must be at least one column shown in the table
- Fix:
newconstructor method wasn't working when an API instance was passed in - Fix: Update how the number of hidden elements are calculated to use the attribute value from DataTables rather than calculating the value with jQuery
- Fix: Add IE8 support
- Fix: Don't show expansion image when filtered to no records
- Fix: When no rows are in the table, Responsive triggers a JS error
Files
js
- //cdn.datatables.net/responsive/1.0.2/js/dataTables.responsive.js
- //cdn.datatables.net/responsive/1.0.2/js/dataTables.responsive.min.js