MikePageDev
widget width "$columnSpan = 'full';" doesn't work with blade-templates
Sorry, I have had a hectic week and weekend. The way I would go about what you are trying to achieve is
Create a custom widget https://filamentphp.com/docs/3.x/panels/dashboard#custom-widgets
And implement the
HasTable
interface https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table24 replies
widget width "$columnSpan = 'full';" doesn't work with blade-templates
I can have a look latter. It might be easer for me to do a pull request so you can see what I mean. I ahve just thought of a nother option. Creat a custom widget that implements
HasTable
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component24 replies
widget width "$columnSpan = 'full';" doesn't work with blade-templates
Oh, of course. I believe the css for 'column span' is in the widget template. I would personally convert this to a Livewire component, then call it in a custom filament widget and set the column span there. There may be a better way, but I need to look at the source code.
24 replies