Ian Tasker
Get record in edit widget
I would like to display a widget in the edit page of a resource.
In 2.x you were able to add a property to get the current record like
https://filamentphp.com/docs/2.x/admin/resources/widgets#accessing-the-current-record
but in 3.x it looks to be missing.
https://filamentphp.com/docs/3.x/widgets/stats-overview
Has the feature been removed or am I missing something?
7 replies
Non Tabbed Relation Managers
Is it possible to display multiple relation managers on the resource view page without having them tabbed?
I am using v3 beta and had set the following
public function hasCombinedRelationManagerTabsWithContent(): bool
{
return true;
}
but all this does is add the page as an additional tab called view instead of merging them all in to the page.
12 replies