Skip to content

expose a callback to get the list of hidden columns#246

Merged
severo merged 2 commits intomasterfrom
add-callback-for-hidden-columns
Aug 15, 2025
Merged

expose a callback to get the list of hidden columns#246
severo merged 2 commits intomasterfrom
add-callback-for-hidden-columns

Conversation

@severo
Copy link
Copy Markdown
Contributor

@severo severo commented Aug 15, 2025

New prop to HighTable: onColumnsVisibilityChange

It is called with an array of undefined (visible) or {visibility: 'hidden'} if hidden. Note that it does not provide the name of the columns; you can only get the indexes, relative to data.header.

@severo severo requested a review from platypii August 15, 2025 13:48
@severo severo merged commit b000a77 into master Aug 15, 2025
10 checks passed
@severo severo deleted the add-callback-for-hidden-columns branch August 15, 2025 18:49
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