diff --git a/packages/main/src/components/AnalyticalTable/hooks/useRowSelectionColumn.tsx b/packages/main/src/components/AnalyticalTable/hooks/useRowSelectionColumn.tsx index 2637c88af74..3c7831cf7a3 100644 --- a/packages/main/src/components/AnalyticalTable/hooks/useRowSelectionColumn.tsx +++ b/packages/main/src/components/AnalyticalTable/hooks/useRowSelectionColumn.tsx @@ -30,6 +30,7 @@ const Header = (instance) => { tabIndex={-1} onChange={undefined} checked={checkBoxProps.indeterminate ? true : checkBoxProps.checked} + aria-hidden="true" /> ); }; @@ -43,6 +44,7 @@ const Cell = ({ row, webComponentsReactProperties: { selectionMode } }) => {