Mateus
Mateus
FFilament
Created by Mateus on 10/9/2024 in #❓┊help
action button in topbar
EXACTLY THAT! thank you very much @awcodes 😀
13 replies
FFilament
Created by Mateus on 10/9/2024 in #❓┊help
action button in topbar
use Filament\Actions\Action;
13 replies
FFilament
Created by Mateus on 10/9/2024 in #❓┊help
action button in topbar
It still doesn't work, I put
dd('test')
dd('test')
inside
->action()
->action()
and it wasn't called, code:
return Action::make('Custom Action')
->label('Custom Action')
->modalContent(fn() => view('my-view'))
->color('gray')
->action(fn() => null);
return Action::make('Custom Action')
->label('Custom Action')
->modalContent(fn() => view('my-view'))
->color('gray')
->action(fn() => null);
13 replies
FFilament
Created by Mateus on 10/9/2024 in #❓┊help
action button in topbar
Really, I would like to pass an view, where I would normally use
->modalContent(fn() => view('view')),
->modalContent(fn() => view('view')),
how would I do this?
13 replies
FFilament
Created by Mateus on 10/9/2024 in #❓┊help
action button in topbar
it's already like this
<div>
{{ $this->customAction }}
<x-filament-actions::modals />
</div>
<div>
{{ $this->customAction }}
<x-filament-actions::modals />
</div>
13 replies
FFilament
Created by Mateus on 10/5/2024 in #❓┊help
Accordion on the table
You're right, sometimes we have to make things easier, thanks! 🙂
14 replies
FFilament
Created by Mateus on 10/5/2024 in #❓┊help
Accordion on the table
I have packages where I link materials to them through the table repeater, I wanted to be able to bring these materials to the table through the accordion, but I could also bring the materials as I said above, which would be a simpler solution.
14 replies
FFilament
Created by Mateus on 10/5/2024 in #❓┊help
Accordion on the table
Really, my main idea was to bring this information with the accordio, but I will consider bringing it in a table action with the table repeater, as it takes up much less space than the traditional repeater, thank you!
14 replies
FFilament
Created by Mateus on 10/5/2024 in #❓┊help
Accordion on the table
You're right, I wanted to try to bring some specific information through the accordion to be more intuitive for the user
14 replies
FFilament
Created by Mateus on 9/19/2024 in #❓┊help
Implement actions made in livewire in the resource
is it possible to do this?
6 replies
FFilament
Created by Mateus on 9/19/2024 in #❓┊help
Implement actions made in livewire in the resource
No description
6 replies
FFilament
Created by Mateus on 9/16/2024 in #❓┊help
Action that opens a modal, where there are buttons that take you to other modals
Do you have a link to the documentation so I can analyze this? Now I'm doing something like this Main action where other actions are centralized ExtraModalFooterActions Action where pulls a modal Action whre pull another modal The first action has a ->action() to save the data from the main modal, just as the ->extraModalFooterActions acations have a ->action() for each modal
6 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
Exactly, I forgot about that, thank you very much 😀
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
I added it, built it again and it didn't work
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
I ran the command art make:filament-theme yesterday
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
which?
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
No description
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
I already built it, the theme is the filament pattern
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
No description
22 replies
FFilament
Created by Mateus on 9/13/2024 in #❓┊help
Table repeater headers
No description
22 replies