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])
Parameter | Description |
---|---|
callback | Receives the outer most table as parameter. |
error |
Optional. Is called when the operation failed with an error. |