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

JS TreeTable must always track key column values #4791

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Nov 7, 2023

If the user doesn't subscribe to a key column, the TreeTable should still subscribe to it and track its values, but not confuse user code by populating them into TableData instances.

Fixes #4774

If the user doesn't subscribe to a key column, the TreeTable should
still subscribe to it and track its values, but not confuse user code by
populating them into TableData instances.

Fixes deephaven#4774
Copy link
Contributor

@mattrunyon mattrunyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed expand that was broken without this change in the linked ticket now works. Both via the expand icon and the context menu.

@niloc132 niloc132 merged commit 89faae3 into deephaven:main Nov 13, 2023
18 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS API Tree tables cannot expand or collapse when key column is not in viewport
2 participants