API Reference > presentation-components > Table > tableWithUnifiedSelection 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: ComponentType<P>): React.ComponentType<P & TableWithUnifiedSelectionProps> Parameter Type Description TableComponent ComponentType<P> Returns - React.ComponentType<P & TableWithUnifiedSelectionProps> Defined in presentation/components/src/presentation-components/table/WithUnifiedSelection.tsx Line 59 Last Updated: 11 June, 2024