Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sorting issue with memo and virtualization (#310)
Problem: When using `memoMode = "row"` and table virtualization, when sorting a column, row positioning may not be correctly updated if the row existed (in DOM?) before the sort AND after the sort. Fix: Add additional check to `propsAreEqual` function for the `Memo_MRT_TableBodyRow` to check if the row index has changed.
- Loading branch information
aa72893
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
material-react-table – ./apps/material-react-table-docs
material-react-table-git-main-kevinvandy.vercel.app
material-react-table.vercel.app
material-react-table.com
material-react-table-kevinvandy.vercel.app
www.material-react-table.com
aa72893
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
material-react-table-storybook – ./
material-react-table-storybook.vercel.app
material-react-table-storybook-git-main-kevinvandy.vercel.app
material-react-table.dev
material-react-table-storybook-kevinvandy.vercel.app
www.material-react-table.dev