fixedColumns().left()
Since: FixedColumns 4.0.0
Get/Set the number of left FixedColumns.
Please note - this property requires the FixedColumns extension for DataTables.
Description
This method is either a Getter or a Setter for the number of columns that are fixed to the left of the table. If no argument is supplied then the method acts as a Getter. If an argument is provided then that value is set as the new number of columns to be fixed to the left and the table is updated.
Types
function fixedColumns().left()
- Description:
Getter for the number of columns fixed to the left.
- Returns:
The number of columns that are fixed to the left.