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
I have a table in which users can dynamically add new columns. I also have column resizing enabled on my columns. I've noticed an issue where if a column is dynamically added, it will be given a default width of '' (can verify this in local storage). I am then unable to manually resize the column. It looks like setting the width to initial fixes this issue.
To Reproduce
Set up a table with column resizing
Add a button so that when clicked, a new column is added to the table
Attempt to resize the new column. It doesn't work
Expected behavior
The dynamically added column should be able to be resized.
Desktop (please complete the following information):
OS: macOS (Sonoma)
Browser: Chrome
Version: 132
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a table in which users can dynamically add new columns. I also have column resizing enabled on my columns. I've noticed an issue where if a column is dynamically added, it will be given a default width of
''
(can verify this in local storage). I am then unable to manually resize the column. It looks like setting the width toinitial
fixes this issue.To Reproduce
Expected behavior
The dynamically added column should be able to be resized.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: