Nathan
Column grow doesn't work outside of Split/Stack
https://github.com/nmalinoski/filament-grow-column-not-working This is the example project I put together for my bug report https://github.com/filamentphp/filament/issues/9933; and this is my branch of 3.x with the change that makes column grow work for me: https://github.com/filamentphp/filament/compare/3.x...nmalinoski:filament:9933-apply-column-grow-to-html-column
21 replies
Column grow doesn't work outside of Split/Stack
I dug into what
grow
is supposed to apply, and I found that it simply determines whether a layout component for a column gets flex-1 w-full
classes; and, if I manually apply those to the th
element of the column I want to grow, it has the effect I want.21 replies