You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by Kevin S. in the community slack. When creating column header groups and hiding the columns in a group with layout hints, the group header still appears over the group. This does not occur with groups hidden via the side panel.
…group via layout hints (#1139)
Fixes#1097
Also updated the readme for updating e2e snapshots and removed some env
variables that shouldn't be needed any more when updating/running e2e
tests
---------
Co-authored-by: mikebender <mikebender@deephaven.io>
Description
Reported by Kevin S. in the community slack. When creating column header groups and hiding the columns in a group with layout hints, the group header still appears over the group. This does not occur with groups hidden via the side panel.
Steps to reproduce
Use this Python code
Expected results
Table with the groups, but the Vowels group is hidden.
Actual results
Table with the groups, the columns in Vowels are hidden, but the Vowels header still appears which makes the group headers over the wrong columns.
Versions
Engine Version: 0.22.0
Web UI Version: 0.30.0
Java Version: 17.0.6
Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered: