Describe the bug
The resizing behaviour is unexpected.
When changing the width of a column, I expect to only change the width of that particular column. At the moment, its sibling column is resized as well. I suppose this is to maintain the width of the table?
Anyway, the problem is that with multiple columns, it's easy to run to a point where it's impossible to resize columns more.
To Reproduce
This is the regular behaviour in all the examples. See this simple codesandbox for a more crammed table to experience the issues.
Expected behavior
I would expect to only adjust the width of the column being resized. The method is even available as setColumnWidth.
Describe the bug
The resizing behaviour is unexpected.
When changing the width of a column, I expect to only change the width of that particular column. At the moment, its sibling column is resized as well. I suppose this is to maintain the width of the table?
Anyway, the problem is that with multiple columns, it's easy to run to a point where it's impossible to resize columns more.
To Reproduce
This is the regular behaviour in all the examples. See this simple codesandbox for a more crammed table to experience the issues.
Expected behavior
I would expect to only adjust the width of the column being resized. The method is even available as
setColumnWidth.