We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885d56e commit 5cf234fCopy full SHA for 5cf234f
packages/main/src/components/AnalyticalTable/hooks/useRowSelectionColumn.tsx
@@ -67,7 +67,7 @@ const headerProps = (
67
const style = { ...props.style, cursor: 'pointer' };
68
if (props.key === 'header___ui5wcr__internal_selection_column' && selectionMode === TableSelectionMode.MultiSelect) {
69
const onClick = (e) => {
70
- toggleAllRowsSelected();
+ toggleAllRowsSelected(!isAllRowsSelected);
71
if (typeof onRowSelect === 'function') {
72
onRowSelect(
73
// cannot use instance.selectedFlatRows here as it only returns all rows on the first level
0 commit comments