Changing which row a widget get displayed on

Hi, I have created a couple of widgets and added them to my dashboard with the correct. Now I would like to be able to edit which row they're being displayed on. The charts would have to be displayed on the 2nd row while keeping the stats overview on the first row. Is there a way to achieve this in filamentphp?
6 Replies
Patrick Boivin
Probably with some custom CSS... If you can target your 2nd widget (cars added) and add grid-column-start: 1 col-start-1 if you're all setup with Tailwind
Absolium
AbsoliumOP2y ago
Would there be a possibility to create like an invisible widget?
Patrick Boivin
Yes actually, that's a simple solution 👍
Absolium
AbsoliumOP2y ago
How could i make an invisible widget? As I keep the white card border for now I might just add another widget lmao
Patrick Boivin
In the Blade view, remove the filament::card
Absolium
AbsoliumOP2y ago
Thank you!

Did you find this page helpful?