widget width "$columnSpan = 'full';" doesn't work with blade-templates

I changed my table widget from filament-widget component to a blade template. Now, the $columnSpan = 'full'; doesn't work anymore and the widget appears in 1 column.

How can I expand it to be fullscreen?
Bildschirmfoto_2024-10-17_um_09.10.58.png
Solution
<x-filament-widgets::widget>
<x-filament::section>
....
....
</x-filament::section>
</x-filament-widgets::widget>
Was this page helpful?