Xavi
Xavi
FFilament
Created by Xavi on 2/20/2025 in #❓┊help
CSS for one resource
It's exactly what I was looking for, thank you very much!
5 replies
FFilament
Created by Xavi on 12/18/2024 in #❓┊help
Not view first record of table
mmm but its for a field, not for all row, isn't it?
6 replies
FFilament
Created by Xavi on 11/27/2024 in #❓┊help
Alert before create button on list
But then the message will appear once they fill in the data. For example, if there is a limit of 10 questions and they have already done all 10, the message would appear after writing the question, which would result in poor user satisfaction.
5 replies
FFilament
Created by Xavi on 11/25/2024 in #❓┊help
Two list sfor one resource
yes i try it, but it make active on sidebar both of lists
5 replies
FFilament
Created by Xavi on 11/20/2024 in #❓┊help
Global search title
it works only with first one. Thank u so much!!! @ericmp
7 replies
FFilament
Created by Xavi on 11/7/2024 in #❓┊help
Set Column with header action
It works perfect, thanks @Leandro Ferreira !
8 replies
FFilament
Created by Xavi on 11/7/2024 in #❓┊help
Set Column with header action
I have a form, with Header Action buttons.
Actions\Action::make('send_to_customer')
->label(__('Enviar al cliente'))
->visible(fn(Post $post) => $post->isSendableToCustomer())
->requiresConfirmation()
->action(function () {
SendPostToCustomerAction::run($this->record);

//$set('status', Post::CUSTOMER_CHECK);
}),
Actions\Action::make('send_to_customer')
->label(__('Enviar al cliente'))
->visible(fn(Post $post) => $post->isSendableToCustomer())
->requiresConfirmation()
->action(function () {
SendPostToCustomerAction::run($this->record);

//$set('status', Post::CUSTOMER_CHECK);
}),
This run an action (change Post status and send email). In this form i have a select that shows current status, and i want to change it after action its executed. I try to use $set but it throws this error
8 replies
FFilament
Created by Xavi on 11/7/2024 in #❓┊help
Importer action inside relationship
thanks @toeknee i use options property like this
Tables\Actions\ImportAction::make()
->label(__('Importar XLS'))
->importer(Tier2Importer::class)
->options(['tier2_id' => $this->getOwnerRecord()->getKey()]),
Tables\Actions\ImportAction::make()
->label(__('Importar XLS'))
->importer(Tier2Importer::class)
->options(['tier2_id' => $this->getOwnerRecord()->getKey()]),
5 replies
FFilament
Created by Xavi on 11/5/2024 in #❓┊help
TextInput Autocomplete doesn't works
anyone knows how fix it?
3 replies
FFilament
Created by Xavi on 10/23/2024 in #❓┊help
Navigation item bottom
It works perfect @Miguel García Thank you so much!!!
11 replies
FFilament
Created by Xavi on 10/23/2024 in #❓┊help
Navigation item bottom
yes, i try it with RenderHooks, but it needs a string, and NavigationGroup it's not a string. I can add a livewire component, but i must to replicate sidebar item and i don't know how
11 replies
FFilament
Created by Xavi on 10/23/2024 in #❓┊help
Navigation item bottom
No description
11 replies
FFilament
Created by Xavi on 10/22/2024 in #❓┊help
Register colors
yes, combined with Miguel, it works fine!
7 replies
FFilament
Created by Xavi on 10/22/2024 in #❓┊help
Register colors
💯
7 replies
FFilament
Created by Xavi on 10/17/2024 in #❓┊help
Sidebar action modal
it works, thanks @JibayMcs !
7 replies
FFilament
Created by Xavi on 10/14/2024 in #❓┊help
Custom field button color
Yes, it works… thanks!! 😉
12 replies
FFilament
Created by Xavi on 10/14/2024 in #❓┊help
Custom field button color
@Leandro Ferreira it works!!! I don't understand the code but it works 😅
12 replies
FFilament
Created by Xavi on 10/14/2024 in #❓┊help
Custom field button color
12 replies
FFilament
Created by Xavi on 10/14/2024 in #❓┊help
Custom field button color
isRecording its a js variable. I share all custom field here
12 replies
FFilament
Created by Xavi on 10/14/2024 in #❓┊help
Custom field button color
Thanks @Lara Zeus, but it doesn't works. It throws Undefined constant "isRecording" error when i add color condition (isRecording works fine on "x-on:click and x-text")
12 replies