id에 해당하는 표 index 열을 셀렉션 합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
tableId | String | table id |
index | Number | col index |
isExtend | Boolean | 셀렉션 확장 여부 |
Example:
editor.execCommand('extendCol', 'table_id', 0, false);
id에 해당하는 표 index 열을 셀렉션 합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
tableId | String | table id |
index | Number | col index |
isExtend | Boolean | 셀렉션 확장 여부 |
Example:
editor.execCommand('extendCol', 'table_id', 0, false);