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

TableBody with selectable=false still selects rows #2176

Closed
luisrudge opened this issue Nov 15, 2015 · 2 comments · Fixed by #2503
Closed

TableBody with selectable=false still selects rows #2176

luisrudge opened this issue Nov 15, 2015 · 2 comments · Fixed by #2503
Labels
bug 🐛 Something doesn't work

Comments

@luisrudge
Copy link
Contributor

<TableBody displayRowCheckbox={false} showRowHover selectable={false}>
  {items.map(o => (
    <TableRow key={o.id}>
      <TableRowColumn>{o.name}</TableRowColumn>
      <TableRowColumn>{o.usersCount}</TableRowColumn>
    </TableRow>
  ))}
</TableBody>

mui

@luisrudge
Copy link
Contributor Author

Hey! Any news on this one?

@ghost
Copy link

ghost commented Apr 8, 2019

use selectable={false} with Table instead of TableBody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants