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
isExtendBooleanExtension of selection


Example:

editor.execCommand('extendCol', 'table_id', 0, false);