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 |
|---|---|---|---|
|
|
number |
Row of the cell in question |
|
|
|
number |
Column of the cell in question |
|
|
|
boolean |
false |
Specified if row and column should be interpreted as new index (after row sorting and column reordering) or not. |
|
|
boolean |
Set to |
Returns:
When editing argument is passed, an instance of this Table is returned, otherwise current value is returned as boolean.
Type: boolean | Table
