{hero}

column().deselect()

Since: Select 1.0.0

Deselect a single column.
Please note - this property requires the Select extension for DataTables.

Description

This method simply deselects a single column that has been found by the column() selector method.

Type

function column().deselect()

Description:

Deselect a single column in the table, based on the column found by the column() method.

Returns:

API instance that contains a reference to the deselected column.

Example

Deselect column index 0:

var table = new DataTable('#myTable');

table.column(0).deselect();

Related

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