PARAM, EXAMPLE수정
id에 해당하는 표를 셀렉션합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| tableId | String | table id |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendTable', 'table_id'); |
...
PARAM, EXAMPLE수정
id에 해당하는 표를 셀렉션합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| tableId | String | table id |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendTable', 'table_id'); |
...