-
-
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
[Table] Uncheck SelectAll Checkbox doesn't trigger onRowSelection event #2019
Comments
Is #1609 solving your issue? |
IMHO it's better to return an array no matter they are all selected or all unselected. But return 'none' is better than nothing. |
I have merge the latest PR. I have also noticed the second issue. |
Sorry, I am just a casual developer. I don't understand what PR is. 😝 But I do think that is a bug. |
@oliviertassinari I believe this has been fixed. You can see the behavior here: |
Thanks for letting us know. Let's close it :). |
In a Table component, Uncheck SelectAll Checkbox doesn't trigger any event. And right after Uncheck it, if you tap the checkbox of any row, onRowSelection event passes an array ending with 'undefined' item.
The text was updated successfully, but these errors were encountered: