Table header actions not showing in view page

How do you show the headerActions of a relation manager inside a view page resource? It only shows if I'm on the edit page, but I also want it to be enabled in view page. Is this possible?
Solution:
Hi. Relation Managers on the view page are readOnly by default. You can override that with this in your relation manager: ```php public function isReadOnly(): bool { return false;...
Solution
Kenneth Sese
Kenneth Seseβ€’264d ago
Hi. Relation Managers on the view page are readOnly by default. You can override that with this in your relation manager:
public function isReadOnly(): bool
{
return false;
}
public function isReadOnly(): bool
{
return false;
}
Carlo
Carloβ€’264d ago
Thank you so much πŸ™‚
Want results from more Discord servers?
Add your server
More Posts
Component not found after changing a ->live() elementHello, i have created a full page component which uses a form and a select live field to conditionalCustomize modal width in simple resource default create and edit actionIs it possible to change the modal width inside of resource's form static method?How to use Livewire Component in Custom Page ?Im Simply tryna use Livewire component in my filament custom page, but i get (second img) "Livewiraction method not working on a standalone ActionI have the following code and the `action` method doesn't get executed. ```php Action::make('addToCaTextColumn placeholder emptyHi! I've got an app I just upgraded from v2 to v3. I've got most of the kinks worked out, but one sCreate action in simple resource as slideoveris there a way to change in the simple resource the create action instead a modal use a slideoverCustom Page with Form BuilderHello Guys, I'm testing the Custom Page and i have a problem with the Repeater Component. It's simpSpatieMediaLibrary Image upload weirdnessI am building a user maintenance form which includes the ability to upload 3 profile images. The imgetTableRecordKey(): Return value must be of type string, nullI suddenly get this error: Filament\Resources\Pages\ListRecords::getTableRecordKey(): Return value mCreating multiple record based on other recordhow can i create a record in other table (credit) when created a record in table (payment) here alsoFileUpload not saving cropped image - v3 BUG?Hello, any file upload experts available? I'm using V3 and using fileUpload for what it is... nothiTextinput value like Placeholder content?In Placeholder::make('name')->content() I can "listen" to the other live() fields of the form and dy