id에 해당하는 표 index 행을 셀렉션 합니다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:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('extendTable', 'table_id', 0, false); |
...