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: 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 presentation/components/src/table/WithUnifiedSelection.tsx Line 57 Last Updated: 13 June, 2024