lucca-front
lucca-front copied to clipboard
[IndexTable] Flexible positioning of cells within grid template
https://github.com/LuccaSA/lucca-front/blob/9c8aa69d9da13ee330f44fd4e29f24870f88a781/packages/scss/src/components/indexTable/mods.scss#L147
@BertrandPodevin : I’m wondering why each cell is forced to start at column 1.
Maybe I’m missing something, but should we make this a var(--components-indexTable-cell-colum-start, auto)
to allow alignment on any column specified by --components-indexTable-row-responsive-grid-template-*
, without using !important
?