Describe the bug
Constraining actions column width with width: 0% is messing up initial column size when any other column is set to resizable.
In the docs example Constraining the actions column width it's suggested to set width: 0% on actions column. However, when any other column is set to resizable: true, initial width is wrong for actions column, and column title is not shown.
To Reproduce
Example: codesandbox
Compare the results by switching "name" column resizable property to false.
Expected behavior
I expect the table to be rendered exactly the same when column is resizable.