material-react-table
material-react-table copied to clipboard
fix: rows and cells don't have a stable keys if the row is move to another index
This PR fixes #1459
This code also include a another way of fixing https://github.com/KevinVandy/material-react-table/issues/808
Note: It might cause some issues for users who fail to provide a getRowId function that returns unique IDs.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| material-react-table | Preview | Comment | Aug 28, 2025 8:55am | |
| material-react-table-storybook | Preview | Comment | Aug 28, 2025 8:55am |
I don't quite understand how removing info from the key is better?
Hi @KevinVandy,
Thank you for your response. I added a additional explanation in the original issue https://github.com/KevinVandy/material-react-table/issues/1459.