FixedColumns 3.2.1
DataTables CDN files for FixedColumns 3.2.1. This software was originally released on 11th February, 2016.
Release notes
A minor update for FixedColumns that addresses compatibility issues with the Select extension for DataTables and also right-to-left layouts among other bug fixes.
Note in particular that fixedColumns().rowIndex()
and fixedColumns().cellIndex()
and now deprecated - with the new selector abilities in DataTables they are no longer required. They are not yet scheduled for remove.
New
- New: Full support for Select, shown with the use of two new examples. Please note that this requires DataTables 1.10.11 and Select 1.1.1 or newer.
Fixes
- Fix: Scrolling due to a click and drag in the fixed columns would result in misalignment of the fixed columns relative to the body
- Fix: Support for rtl layout for FixedColumns
- Fix: Workaround for Firefox bug 292284- scrollbars not being shown when they should resulting in column misalignment.
- Fix: Columns could be misaligned after paging if the column widths change (they don't always, but can)
Deprecated
- Deprecated: Mark
fixedColumns().rowIndex()
andfixedColumns().cellIndex()
as deprecated. The are no longer required with the new selector abilities of DataTables 1.10.11 which is far more seamless.
Examples
- New - example: Demonstration of the
cell()
selector method being used with the cells in the fixed column. - Fix - example: Column filtering example wasn't working
Files
js
- //cdn.datatables.net/fixedcolumns/3.2.1/js/dataTables.fixedColumns.js
- //cdn.datatables.net/fixedcolumns/3.2.1/js/dataTables.fixedColumns.min.js
css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.bootstrap.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.bootstrap.min.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.dataTables.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.dataTables.min.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.foundation.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.foundation.min.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.jqueryui.css
- //cdn.datatables.net/fixedcolumns/3.2.1/css/fixedColumns.jqueryui.min.css