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

frontend: Table: Hide rows with hidden columns #2968

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

skoeva
Copy link
Contributor

@skoeva skoeva commented Mar 3, 2025

This change ensures that when no columns are visible, the table does not render any rows, making the behavior consistent with the "hide all" button.

Fixes: #2932

Testing

  • Navigate to the Headlamp home page
  • Manually hide all the cluster fields in the table
  • Ensure that the table does not render any rows

This change ensures that when no columns are visible, the table does not
render any rows, making the behavior consistent with the "hide all"
button.

Fixes: #2932

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
@skoeva skoeva added bug Something isn't working frontend Issues related to the frontend labels Mar 3, 2025
@skoeva skoeva self-assigned this Mar 3, 2025
@skoeva skoeva linked an issue Mar 3, 2025 that may be closed by this pull request
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Issues related to the frontend size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Development

Successfully merging this pull request may close these issues.

Clusters list table is visible even if all properties are hidden
1 participant