F
Filament2y ago
kbb

Control spacing between columns

https://filamentphp.com/docs/3.x/tables/columns/image#customizing-the-size Is there a way to shrink the space between columns? I'm thinking to push everything towards the left, with whitespace on the right of the right most column
2 Replies
krekas
krekas2y ago
Use css
kbb
kbbOP2y ago
ok, extraHeaderAttributes(['class' => 'w-1']) solved my problem. thanks!

Did you find this page helpful?