Home > @datashaper/app-framework > useTableBundleOutput
Uses the latest table from a data package. This is update as the package changes
Signature:
export declare function useTableBundleOutput(pkg: TableBundle | undefined): Maybe<TableContainer>;| Parameter | Type | Description |
|---|---|---|
| pkg | TableBundle | undefined | The data package to load the table from |
Returns:
Maybe<TableContainer>
The latest table