{hero}

fixedColumns().right()

Since: FixedColumns 4.0.0

Get/Set the number of right 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 right 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 right and the table is updated.

Types

function fixedColumns().right()

Description:

Getter for the number of columns fixed to the right.

Returns:

The number of columns that are fixed to the right.

function fixedColumns().right(val)

Description:

Updates the DataTable to fix the new number of columns to the right.

Parameters:
Returns:

Datatables Api for chaining.