-
Notifications
You must be signed in to change notification settings - Fork 327
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
Table (Group by) Selections No Longer Highlighted in Wave v22+ #1713
Comments
Thanks for the super-detailed report @chelseanbr! Will try to get this in the next (0.25) release. |
marek-mihok
added a commit
that referenced
this issue
Nov 28, 2022
marek-mihok
added a commit
that referenced
this issue
Nov 29, 2022
marek-mihok
added a commit
that referenced
this issue
Dec 5, 2022
marek-mihok
added a commit
that referenced
this issue
Dec 5, 2022
marek-mihok
added a commit
that referenced
this issue
Dec 5, 2022
marek-mihok
added a commit
that referenced
this issue
Dec 5, 2022
marek-mihok
added a commit
that referenced
this issue
Dec 5, 2022
mturoci
pushed a commit
that referenced
this issue
Dec 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wave SDK Version, OS
H2O Wave v0.22+ (v0.22.0 and v0.23.1) on macOS
Actual behavior
In Wave v0.22+ (v0.22.0 and v0.23.1), table selections are no longer highlighted as shown below.
This makes it harder to tell which groups are selected. For example, I grouped by Status and selected the "Closed" group in both screenshots below. To clearly see everything selected, the groups have to be expanded.
Expected behavior
In Wave v0.16.0, table selections are highlighted as shown below.
This makes it easier to tell which groups or rows are selected. For example, I once again grouped by Status and selected the "Closed" group in both screenshots below. My group/row selections were highlighted in gray as shown below.
Steps To Reproduce
table_groupby_selection.py
below withFaker==13.3.4
installed.(
wave run table_groupby_selection.py
)h2o-wave==0.16.0
h2o-wave==0.22.0
and/orh2o-wave==0.23.1
table_groupby_selection.py
:requirements.txt
:Would it be possible to please get this table selection highlighting back? This would make it much easier to select groups in tables. Thank you!
The text was updated successfully, but these errors were encountered: