Skip to content

Recommendation: CellClass and HeaderClass for BbDataGridSelectColumn #332

@garrenf

Description

@garrenf

It would be nice to be able to be able to set the style of both the cell and header for the BbDataGridSelectColumn. Right now, it's possible for property columns. However, adding a select column limits the row in its entirety from shrinking in height due to the styling of the select column. The addition of the select column makes it impossible to achieve a compact look for the data grid.

After overriding the padding class for each cell in the grid with CellClass="p-1", I am able to achieve a compact look that occupies minimal space.
Image

However, with the addition of the select column, it forces each row's minimum height to be that of the select cell, and there is no way to change its styling.
Image

Ultimately, I would want to capable of creating this minimal look if needed:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions