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

The table columns are not adjusting their width when the table is resized. #2527

Open
Sabahatnoorkhan opened this issue Jan 29, 2025 · 0 comments

Comments

@Sabahatnoorkhan
Copy link

Description

When setting the column width in percentages, the columns do not adjust accordingly as the table width changes when expanding or collapsing the vertical navigation.

Steps to reproduce

  1. Navigate to the hoverable state of the vertical navigation.
  2. Set the column widths in the table schema using percentages, ensuring the total width sums to 100%.
  3. The table should occupy the remaining width of its container.
  4. Expanding or collapsing the vertical navigation results in a horizontal scrollbar appearing in table body

Expected result

The horizontal scrollbar should not appear; instead, the column widths should adjust dynamically to fit the table's width.

Actual result

Horizonal scrollbar is appearing inside table body

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant