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. | |
| UsePresentationTableWithUnifiedSelectionProps | Props for usePresentationTableWithUnifiedSelection hook. | |
| UsePresentationTableWithUnifiedSelectionResult | Return type of usePresentationTableWithUnifiedSelection hook. | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.