Select index row in the table that corresponds to ID.


Parameters:

NameTypeDescription
actionNameString'extendRow' select index row in the table that corresponds to ID API
tableIdStringtable id
indexNumberrow index
isExtendBooleanExtension of selection


Example:

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