-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TableHeader] Can't unselect all when enableSelectAll={true} #3074
Comments
Steps to reproduce:
|
FYI, I've been diving into area of code as a result of an unrelated issue. What I've discovered is, if I remove the following code inside of
New to MUI (and react) so I don't necessarily have the context required to know how to fix this, or any 2nd or 3rd order effects, quite yet. [EDIT TO ADD] |
Hit the same issue. Any plans on fixing it? |
I have the same problem. I am unable to unselect all rows using main checkbox in header. |
Sorry this never got fixed.
|
When
enableSelectAll
is enabled, the TableHeader checkbox can be used to enable all rows, but doesn't disable all when clicked.The text was updated successfully, but these errors were encountered: