FixedColumns
When making use of DataTables' x-axis scrolling feature (scrollX
), you may wish to fix the left or right most columns in place.
This extension for DataTables provides exactly this option (for non-scrolling tables, please use the FixedHeader extension,
which will create sticky headers and footers for tables).
Enable the FixedColumns extension for DataTables.
Or, configure it.Start¶
Number of columns to fix to the start of the table.
End¶
Number of columns to fix to the end of the table.
Left¶
Number of columns to fix to the left of the table.
Right¶
Number of columns to fix to the right of the table.
LeftColumns¶
Number of columns to fix to the left of the table.