Responsive 2.2.0
DataTables CDN files for Responsive 2.2.0. This software was originally released on 12th September, 2017.
Release notes
While this is primarily a bug fix release of Responsive, it does add one new prototype feature (feedback is very welcome please): by default Responsive will copy the contents of cells for the responsive information display - there is now a new renderer called listHiddenNodes
which will actually move the DOM elements around, including event handlers that are assigned to them. This is still a prototype, but I think ready for wider feedback.
New
- New:
listHiddenNodes
rendering option which reuses the nodes from the DataTables cells, rather than cloning the contents and making new nodes. It does have a little bit of a performance penatly, but it can make the display of complex controls inside a cell and a responsive display much easier, since you don't need to rebind event listeners.
Fixes
- Fix: Styling compatibility with RowGroup extension
- Fix: Expand control icon misalignment when used with SemanticUI and the
compact
class - Fix: Redraw the table if resizing causes column viability to change when there is no data to show in the table.
- Fix: Bootstrap 4 integration - title and close box were shown the wrong way around
- Fix - example: Bootstrap 4 example should load Bootstrap 4 JS
- Fix: Do not inherit
ul.dtr-details li
styles - Fix:
li
including bootstrap components in.child
inherit allul.dtr-details li
styles.
Files
css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.bootstrap.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.bootstrap.min.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.bootstrap4.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.bootstrap4.min.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.dataTables.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.dataTables.min.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.foundation.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.foundation.min.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.jqueryui.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.jqueryui.min.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.semanticui.css
- //cdn.datatables.net/responsive/2.2.0/css/responsive.semanticui.min.css
js
- //cdn.datatables.net/responsive/2.2.0/js/dataTables.responsive.js
- //cdn.datatables.net/responsive/2.2.0/js/dataTables.responsive.min.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.bootstrap.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.bootstrap.min.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.bootstrap4.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.bootstrap4.min.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.foundation.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.foundation.min.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.jqueryui.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.jqueryui.min.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.semanticui.js
- //cdn.datatables.net/responsive/2.2.0/js/responsive.semanticui.min.js