Skip to content

Column config.size in ch units instead of px #730

@eboye

Description

@eboye

Is it possible to add feature for column size to be in other units other than px?
Here's my current column setup:

config: {
                size: 118,
                name: 'Ticket code',
              },

What I have in mind is to use ch units. Where in this case I would like to setup size as 12ch. It could be for example:

config: {
                size: '12ch',
                name: 'Ticket code',
              },

where there would be problem with typescript types as it would be impossible to check if the string is valid. Or:

config: {
                size: 12,
                size-unit: 'ch', //default in px and it could have specific typecheck to supported units.
                name: 'Ticket code',
              },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions