You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in doc : http://www.material-ui.com/#/components/table
when test 'Complex example'
1、turn off 'deselectOnClickaway' to false
2、click 'select all' then display all row selected
3、click off 'select all' then display row 2 selected.
Expect none row selected, but when you use callback onRowSelected, which will told you selected rows is [], that's right, but the display is error.
Steps to reproduce
Versions
Material-UI:
React:
Browser:
The text was updated successfully, but these errors were encountered:
Problem description
in doc : http://www.material-ui.com/#/components/table
when test 'Complex example'
1、turn off 'deselectOnClickaway' to false
2、click 'select all' then display all row selected
3、click off 'select all' then display row 2 selected.
Expect none row selected, but when you use callback onRowSelected, which will told you selected rows is [], that's right, but the display is error.
Steps to reproduce
Versions
The text was updated successfully, but these errors were encountered: