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
Is your feature request related to a problem? Please describe.
When the table is created using the resizable property, I expect to be able to move it below it's minimum size. Instead, I can only do it until a specific minimum width, which is added inside the style prop in the generated HTML.
This problem growths when dealing with tables with very long descriptions. I had to tamper it with custom made logic on my side.
If I remove the min-width style, the column becomes static. This almost looks like a bug...
Describe the solution you'd like
Being able to resize the column to whenever I want, I think there is no reason to limit this feature to a minimum size.
Describe alternatives you've considered
Being able to set a specific width to a column without making it static and disabling the possibility to resize. This happens even if resizable prop is true
Additional context
Current behaviour:
Wanted behaviour:
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
When the table is created using the
resizable
property, I expect to be able to move it below it's minimum size. Instead, I can only do it until a specific minimum width, which is added inside thestyle
prop in the generated HTML.This problem growths when dealing with tables with very long descriptions. I had to tamper it with custom made logic on my side.
If I remove the
min-width
style, the column becomes static. This almost looks like a bug...Describe the solution you'd like
Being able to resize the column to whenever I want, I think there is no reason to limit this feature to a minimum size.
Describe alternatives you've considered
Being able to set a specific width to a column without making it static and disabling the possibility to resize. This happens even if
resizable
prop is trueAdditional context

Current behaviour:
Wanted behaviour:

The text was updated successfully, but these errors were encountered: