{hero}

cell().deselect()

Since: Select 1.0.0

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

Description

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

Type

function cell().deselect()

Description:

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

Returns:

API instance that contains a reference to the deselected cell.

Example

Deselect all cells on the current page:

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

table.cell({ page: 'current' }).deselect();

Related

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