Gets a table's outermost table. This is a top-level table with a nested level of 1. The property's value is an object of the prototype Table or null if this table is already a top-level table.

<void> Table.getOuterMostTable(<RequestTableCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the outer most table as parameter.
errorCallback Optional. Is called when the operation failed with an error.