cellEditing(row, column, [new_order], [editing])

Class: Table.

Description:

Sets or gets whether a cell at specified row and columns is in editing mode.

Parameters:

Name Type Default Description

row

number

Row of the cell in question

column

number

Column of the cell in question

[new_order]

boolean

false

Specified if row and column should be interpreted as new index (after row sorting and column reordering) or not.

[editing]

boolean

Set to true or false to set whether the cell should be in editing mode. Omit this argument to get current value.

Returns:

When editing argument is passed, an instance of this Table is returned, otherwise current value is returned as boolean.

Type: boolean | Table