Splits all selected table cells in this table. Only previously merged cells can be split. The getCanSplitCells method can be used to determine, if table cells can be split or not.

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

Parameters

Parameter Description
callback Optional. Receives whether the cells could be split.
errorCallback Optional. Is called when the operation failed with an error.