Checks whether table cells can be merged. Table cells can only be merged, if more than one cell in this table is selected.

<void> Table.getCanMergeCells(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives whether the selected cells can be merged.
errorCallback Optional. Is called when the operation failed with an error.