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.

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.

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

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.

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.

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