Currently if resizeable = TRUE, but there are columns with colDef(width = ) specified, those columns are not resizable. This is the case even if the colDef() for a column with width set also explicitly sets resizable = T.
I think it would be great if there was a way to set the column default width while still allowing them to be resized.
My reasoning:
- It seems confusing from a user perspective to be able to resize some columns, and then not be able to on others, as there is no visual indication of why some can be changed and others can't
- Just because I want to set a default width does not mean I don't want the users to still have control over it.
Currently if
resizeable = TRUE, but there are columns withcolDef(width = )specified, those columns are not resizable. This is the case even if thecolDef()for a column with width set also explicitly setsresizable = T.I think it would be great if there was a way to set the column default width while still allowing them to be resized.
My reasoning: