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

[Bug]: Table Component: Summary Row Not Affected by Dynamic Column Visibility Settings #1274

Open
1 task done
hoahai opened this issue Oct 31, 2024 · 0 comments
Open
1 task done
Assignees
Labels
Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code

Comments

@hoahai
Copy link

hoahai commented Oct 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There is a bug in the Table component where the Summary Row is not being affected by the Dynamic Column Visibility settings. When columns are hidden using these settings, the corresponding summary row values for those columns remain visible, creating inconsistency between the table data and its summary row.

Actual Behavior: The main table columns are hidden correctly as per the Dynamic Column Visibility settings, but the summary row does not follow suit and remains visible.
image

Expected Behavior

The summary row should respect the Dynamic Column Visibility settings and hide the corresponding summary values when a column is hidden.

Steps to reproduce

  1. Create a Table component with a summary row.
  2. Enable Dynamic Column Visibility and specify columns to be hidden.
  3. Observe that while the specified columns in the main table are hidden, their corresponding summary row values remain visible.

Environment

No response

Additional Information

No response

@adnanqaops adnanqaops added Javascript Frontend Pull requests that update Javascript code Components Dedicated to Frontend Visual Components labels Nov 12, 2024
@adnanqaops adnanqaops moved this to 🆕 New in Lowcoder Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants