Method Modules\NameModule\Filament\Pages\DashboardOne::getColumnSpan does not exist.
as per the object, moving to version 3, my DashboardOne class now gives me this error
p.s.: DashboardOne extends Filament\Resources\Pages\ListRecords
any suggestions?
2 Replies
Where do you call
getColumnSpan()
I don't think that ever existed on a page 🤔
Hard to help without any code examples or full error as in #✅┊rulesin fact you are right, looking better I call it in the blade of the page, where in version 2 I had inserted
<x-filament-widgets::widget
:widgets="$this->getWidgets()"
:columns="$this->getColumns()"
/>
so I would say through the Widget.php class