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])
Parameter | Description |
---|---|
callback | Receives whether the selected cells can be merged. |
error |
Optional. Is called when the operation failed with an error. |