Select index row in the table that corresponds to ID.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'extendRow' select index row in the table that corresponds to ID API |
tableId | String | table id |
index | Number | row index |
isExtend | Boolean | Extension of selection |
Example:
editor.execCommand('extendTable', 'table_id', 0, false);