Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

id에 해당하는 표 index 열을 셀렉션 합니다Select index column in the table that corresponds to ID.


Parameters:

NameTypeDescription
actionNameString액션 이름'extendCol' select index column in the table that corresponds to ID API
tableIdStringtable id
indexNumbercol index
isExtendBoolean셀렉션 확장 여부Extension of selection


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('extendCol', 'table_id', 0, false);

...