Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 694 Bytes

File metadata and controls

26 lines (15 loc) · 694 Bytes

Home > @datashaper/app-framework > useTableBundleOutput

useTableBundleOutput() function

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>;

Parameters

Parameter Type Description
pkg TableBundle | undefined The data package to load the table from

Returns:

Maybe<TableContainer>

The latest table