Javier Mercedes
Javier Mercedes
FFilament
Created by Javier Mercedes on 1/24/2024 in #❓┊help
Modal open event not firing
Hi, I'm trying to create a custom Livewire component with the Modal component and in the docs says that I can run this, I tried in the mount hook: $this->dispatch('open-modal', id: 'the id in question'); but I tried in many ways and I can't get it to trigger, is there something I'm missing?
4 replies
FFilament
Created by Javier Mercedes on 10/31/2023 in #❓┊help
Use a collection in a table
Hi, instead of a query, can I use a collection coming from an API and show the values in a table?
2 replies
FFilament
Created by Javier Mercedes on 10/27/2023 in #❓┊help
Get the latest record from a relation in a TextColumn
Hi, I'm trying to get the latest record from a relation in a TextColumn component, I can't find anything in the docs, has someone done something like this?
9 replies
FFilament
Created by Javier Mercedes on 10/6/2023 in #❓┊help
Trigger Action automatically when page loads
Hi, I want to trigger an action upon a page loads, but I can't find a method that triggers a button click, is there any way?
7 replies
FFilament
Created by Javier Mercedes on 9/25/2023 in #❓┊help
Get record in custom page
Hi I want to get the record data in a custom page, I tried with $this->record but is not working, I'm using v3
9 replies
FFilament
Created by Javier Mercedes on 8/16/2023 in #❓┊help
Datepicker disable weekends
Hi, has anyone been able to disable only weekends on the Datepicker component?
3 replies
FFilament
Created by Javier Mercedes on 6/20/2023 in #❓┊help
testing uploads with Pest
Hi, does someone have a test example for file uploads with Pest?, I can't find any resource
7 replies
FFilament
Created by Javier Mercedes on 6/15/2023 in #❓┊help
Filament and breeze
I know this question might be easy but I want to confirm, can I use Filament and Laravel breeze at the same time, like breeze for normal users and filament for admin users?
3 replies
FFilament
Created by Javier Mercedes on 4/5/2023 in #❓┊help
Repeater default items
Hi, I'm trying to set default items on a repeater, I followed the documentation but is not showing the fields, is anyone aware of an issue with that?
6 replies
FFilament
Created by Javier Mercedes on 4/5/2023 in #❓┊help
Trying to use the before method on the DeleteAction button
Hi, when I try to use the DeleteAction's before method and get the $this->record, I get the error "Using $this when not in object context", I followed the documentation in this page https://filamentphp.com/docs/2.x/admin/resources/deleting-records#halting-the-deletion-process
14 replies
FFilament
Created by Javier Mercedes on 3/8/2023 in #❓┊help
beforeSave get data from form
Hi, I want to use the beforeSave function on an Edit form, but in the docs is not saying how to get the data from the form to run a validation, I can't do it with the rules() directive because there are some custom fields that are generated dynamically and I can't get the data from that
3 replies
FFilament
Created by Javier Mercedes on 3/3/2023 in #❓┊help
Default value with searchable in select component
15 replies
FFilament
Created by Javier Mercedes on 3/2/2023 in #❓┊help
How can I create a custom page with the form directive and use Full calendar plugin?
Hi, I want to create a custom page that will have its own independent CRUD, now how can I use the form directive like in the resources to use the Full calendar plugin?
3 replies