{hero}

cells().fixedNodes()

Since: FixedColumns 3.8.0

Get the fixed column cell nodes for multiple cells.
Please note - this property requires the FixedColumns extension for DataTables.

Description

This is the plural version of cell().fixedNode() whereby you can get the fixed display nodes for cells from a DataTable based on a cell() selector.

Note that this method will return the cell from the original DataTable if there is no matching fixed cell found (e.g. requesting a node from a non-fixed column).

Type

function cells().fixedNodes()

Description:

Get the nodes for cells from a fixed column, or if not fixed, get the nodes from the main table.

Returns:

API instane containing the nodes requested

Example

Get the fixed cells for column index 0:

$('#example').DataTable().cells(null, 0).fixedNode()

Related

The following options are directly related and may also be useful in your application development.