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<>
| Parameter | Type | Description |
|---|---|---|
| TableComponent | React.ComponentType<P extends TableProps> |
Defined in
Last Updated: 08 January, 2020