Closed blackwolf12333 closed 3 years ago
@mportuga
@Scrum should I do something about the lint error? I don't see what's wrong with the commit now tbh.
@Scrum should I do something about the lint error? I don't see what's wrong with the commit now tbh.
unfortunately, I also do not have access there
That lint error was just an issue with the PR title apparently
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
.