Skip to content

Enhancement/Feature Request: allow resizing of columns even if width is specified #374

@jzadra

Description

@jzadra

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:

  1. 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
  2. Just because I want to set a default width does not mean I don't want the users to still have control over it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions