Merges all selected table cells in this table. {@link Table#getCanMergeCells} can be used to determine, if table cells can be merged or not.

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

Parameters

Parameter Description
callback Optional. Receives whether the merge was succesful.
errorCallback Optional. Is called when the operation failed with an error.