lucca-front icon indicating copy to clipboard operation
lucca-front copied to clipboard

[IndexTable] Flexible positioning of cells within grid template

Open fbasmaison-lucca opened this issue 7 months ago • 4 comments

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?

fbasmaison-lucca avatar Jul 16 '24 16:07 fbasmaison-lucca