fsamapoor
fsamapoor
FFilament
Created by fsamapoor on 10/25/2023 in #❓┊help
Is it possible to call a table action from a TextColumn cell?
I'm not sure this is a good aproach, but I made it work like this:
->action(function (Message $record, Component $livewire) {
$livewire->mountTableAction('show-message-text-modal', $record->id);
}),
->action(function (Message $record, Component $livewire) {
$livewire->mountTableAction('show-message-text-modal', $record->id);
}),
3 replies
FFilament
Created by fsamapoor on 9/27/2023 in #❓┊help
How to access to the selected option in the SelectFilter?
Many thanks!
5 replies
FFilament
Created by fsamapoor on 9/20/2023 in #❓┊help
How to test Counting relationships
It works! Not what I expected, but gonna close this as resolved anyway. Thank you very much, Patrick!
6 replies
FFilament
Created by fsamapoor on 9/20/2023 in #❓┊help
How to test Counting relationships
I just wanted to make sure. Now that you mentioned it, I should probably focus on testing the relationship itself, rather than testing the Filament which we already know works fine. Nevertheless, do you think it is possible to test it?
6 replies