Checks whether this table can be split. A table can only be split if it contains the current input position and no further text is selected.

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

Parameters

Parameter Description
callback Receives whether this table can be split.
errorCallback Optional. Is called when the operation failed with an error.