Skip to content
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] Control display error #4809

Closed
sunvooker opened this issue Jul 23, 2016 · 0 comments
Closed

[Table] Control display error #4809

sunvooker opened this issue Jul 23, 2016 · 0 comments
Labels
component: table This is the name of the generic UI component, not the React module!

Comments

@sunvooker
Copy link

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

  • Material-UI:
  • React:
  • Browser:
@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari oliviertassinari added the component: table This is the name of the generic UI component, not the React module! label Dec 18, 2016
@oliviertassinari oliviertassinari changed the title Table Control display error [Table] Control display error Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

2 participants