Skip to content

Custom / Auto width for columns #1

@Amir-Kermanshahani

Description

@Amir-Kermanshahani

It seems like the width for header and data columns are set using the precalculated value based on the rowWidth parameter given to the component.
width: __rowWeight || __defaultRowWeight

in which :
const __rowWeight = __WIDTH / rowWidth!;
It would be nice if we could manage each column width or at least make them automatically adjustable according to header text width.

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