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

fix: error when hiding columns when pinned to the right with virtualized columns enabled #342

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

mintaka2479
Copy link
Contributor

The same issue has been reported with the Material React Table.
KevinVandy/material-react-table#1012

Even though the number of items displayed has changed by hiding the column, the pinned index on the right has not changed, causing an error.
Add the number of items displayed to the dependencies of useMemo and update the pinned index.

2024-06-02.11.21.16.mov

Copy link

vercel bot commented Jun 2, 2024

@mintaka2479 is attempting to deploy a commit to the Kevin Vandy OSS Team on Vercel.

A member of the Team first needs to authorize it.

@KevinVandy KevinVandy merged commit cf96e4b into KevinVandy:v2 Jun 7, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants