You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Table component, along with its columns and action manager, encounters an issue with column toggling. When a column is resized and then all columns are deselected, followed by selecting all columns in the action manager, the column fails to appear in the UI.
Hello, thanks for filing this issue. I am able to reproduce this issue with the sandbox that you have linked. I did want to add that the reason that the columns are failing to appear in the UI is because the index column is becoming wider with each removed column, eventually filing up the entire table. It can be resized afterwards to make the columns appear again. Video:
Recording.2024-05-07.154105.mp4
@mayank99 I know that you worked on Table column resizing recently. Any ideas on workarounds for this issue?
Describe the bug (current behavior)
The Table component, along with its columns and action manager, encounters an issue with column toggling. When a column is resized and then all columns are deselected, followed by selecting all columns in the action manager, the column fails to appear in the UI.
Video of issue:
https://github.com/iTwin/iTwinUI/assets/91957106/70b8abb6-1463-4db3-8829-3c92ed3df220
Expected Behavior
The action manager should correctly display the selected columns in the UI after they have been deselected
Link to minimal repro
https://codesandbox.io/p/sandbox/table-column-resizing-xwt7g5?file=%2Fsrc%2FApp.tsx%3A11%2C27
Steps To Reproduce
The text was updated successfully, but these errors were encountered: