row selection wrong for Enhanced Table in Component Demo after sorting on name (Dessert) #12566
Closed
2 tasks done
Labels
bug 🐛
Something doesn't work
component: table
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
In the material-ui component demo for tables under "Sorting and Selecting", clicking to sort on Dessert column and then clicking on the name Kitkat, results in another row being selected, and KitKat changes to "Nougat".
Expected Behavior
Selecting a name like "KitKat" should select that row
Current Behavior
"KitKat" changes to Nougat and a different row is selected
Steps to Reproduce
Link: https://material-ui.com/demos/tables/ under "Sorting & Selecting" or https://codesandbox.io/s/6vnol0pj2k
Link: https://github.com/mui-org/material-ui/blob/master/docs/src/pages/demos/tables/EnhancedTable.js
Context
Your Environment
The text was updated successfully, but these errors were encountered: