Skip to content

fix: #1481 disable Hide All button when all hideable columns are hidden#1508

Open
miraajkadam wants to merge 1 commit intoKevinVandy:v3from
miraajkadam:v3
Open

fix: #1481 disable Hide All button when all hideable columns are hidden#1508
miraajkadam wants to merge 1 commit intoKevinVandy:v3from
miraajkadam:v3

Conversation

@miraajkadam
Copy link

Earlier, the code relied on getIsSomeColumnsVisible, which returned true as it included the columns which cannot be hidden.

This commit introduces a new function areAllHideableColumnsHidden which only considers the columns that are hideable.

Fixes: #1481

@vercel
Copy link

vercel bot commented Feb 28, 2026

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

A member of the Team first needs to authorize it.

@miraajkadam miraajkadam marked this pull request as ready for review February 28, 2026 16:48
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.

“Hide All” button stays active even when all hideable columns are hided.

1 participant