Table
Presentation features for Table component.
Global Functions
Name | Description | |
---|---|---|
TableCellRenderer | Renderer for single table cell. | |
usePresentationTable | Custom hook that loads data for generic table component. | |
usePresentationTableWithUnifiedSelection | Custom hook that load data for generic table component. |
Interfaces
Name | Description | |
---|---|---|
TableCellDefinition | Data structure that defined table cell. | |
TableCellRendererProps | Props for TableCellRenderer component. | |
TableColumnDefinition | Data structure that defines table column. | |
TableRowDefinition | Data structure that defined table row. | |
UsePresentationTableProps | Props for usePresentationTable hook. | |
UsePresentationTableResult | Return type of usePresentationTable hook. |
Last Updated: 26 April, 2023