-
Notifications
You must be signed in to change notification settings - Fork 279
frontend: Hide row actions with hidden columns #2968
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
base: main
Are you sure you want to change the base?
Conversation
Turns out the issue was isolated to the actions column as you pointed out @sniok, but it looks like this behavior is expected according to the MRT docs. Still think this might be a UX improvement, so PR has been updated |
I was just referring to the sorting button on the actions column. To be honest I don't think we should worry too much about the case when all the columns are hidden because what's the point of not showing any column |
rebasing against main |
Signed-off-by: Evangelos Skopelitis <[email protected]>
Signed-off-by: Evangelos Skopelitis <[email protected]>
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
|
This change ensures that when all of the non-action columns are hidden, the action column is also hidden.
Fixes: #2932
Testing