Commit fcad35c
fix: clearSelectedRows should respect enableSelection
The issue we had was that we have rows that are selected, but also have enableSelection: false. We expected select
all to behave similarly when selecting and unselecting all rows in that select all does not touch disabled rows. But
unselect all does touch disabled rows.
This fixes the above issue by using the same check that is used during select all behavior in clearSelectedRows.1 parent 715e59b commit fcad35c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments