F
Filament16mo ago
Shavik

Adding Button/Action to Panel Header

Is there mechanism to have (one or many) buttons added to the header of a panel (all pages/resources)? Thanks!
4 Replies
Shavik
ShavikOP16mo ago
When I say header, I mean to the left of the global search.
Shavik
ShavikOP16mo ago
Thanks. I'll check that out! Heading to bed soon but at first glance it looks like what I need. Will mark this as solved tomorrow after testing.
hacxper
hacxper16mo ago
Hi, I was looking for similiar question so I decided to to post mine here. Let's assume that I've a section like this:
Section::make('Product 1')
->description('Product 1 desc')
->schema([
TextInput::make('name')
->label('Name'),
])
Section::make('Product 1')
->description('Product 1 desc')
->schema([
TextInput::make('name')
->label('Name'),
])
I want to add some custom actions that belongs to this section such as below image. So, can I add any action, button, or any html for my sections or tabs?
Want results from more Discord servers?
Add your server