gregnb / gregnb/mui-datatables
onRowSelectionChange canceling animation
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
When I try to set my selected row index to a state the animation stops working
## Expected Behavior
The expected behavior is that I could set my data index to a state
Here is the code that I implemented:
` onRowSelectionChange: (rowData: any) => {
setData(rowData);
}, `
| Tech | Version |
|--------------|---------|
| Material-UI | 4.12.3 |
| MUI-datatables | ^3.7.7 |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.