tableWithUnifiedSelection Function
A HOC component that adds unified selection functionality to the supplied table component.
Note: it is required for the table to use PresentationTableDataProvider
tableWithUnifiedSelection<P extends TableProps>(TableComponent: React.ComponentType<P extends TableProps>): React.ComponentType<P extends TableProps & TableWithUnifiedSelectionProps>
Parameter | Type | Description |
---|---|---|
TableComponent | React.ComponentType<P extends TableProps> |
Returns - React.ComponentType<P extends TableProps & TableWithUnifiedSelectionProps>
Defined in
Last Updated: 13 June, 2024