DivDax
DivDax
FFilament
Created by DivDax on 8/25/2023 in #❓┊help
Trigger action from javascript?
1. dispatch event from javascript 2. listen for the event in the livewre component 3. call $this->mountAction('yourAction')
7 replies
FFilament
Created by bernhard on 3/6/2024 in #❓┊help
Weird login error after livewire update
4 replies
FFilament
Created by bernhard on 3/6/2024 in #❓┊help
Weird login error after livewire update
With Livewire 3.4.6 it's working on my stage. ✅
4 replies
FFilament
Created by bernhard on 3/6/2024 in #❓┊help
Weird login error after livewire update
hey bernhard, same here. its working local but not on staging. same with the password field and sending a post to /admin/login instead of a livewire request.
4 replies
FFilament
Created by DivDax on 1/12/2024 in #❓┊help
Action inside Resource ViewAction blade view
I added a table builder to my client-info. The action buttons inside the table work on the first click. Anyone has an idea?
2 replies
FFilament
Created by danvi on 10/22/2023 in #❓┊help
Customize panel from database configs
Same. Inside a ServiceProvider it's not possible to get current logged in user with his settings to configure the panel.
7 replies
FFilament
Created by DivDax on 12/6/2023 in #❓┊help
spatie tags problem
Problem solved. I changed the app.locale config. Tags are saved with locale.
4 replies
FFilament
Created by charliefortune on 11/28/2023 in #❓┊help
Is it possible to remove headers from repeater rows?
Don't think so. I wish the simple would accept more than one field.
5 replies
FFilament
Created by DivDax on 8/25/2023 in #❓┊help
Trigger action from javascript?
Don't mix livewire and filament actions. im talking about filament actions
7 replies
FFilament
Created by DivDax on 8/25/2023 in #❓┊help
Trigger action from javascript?
I use FullCalendar. When I move an event in the calendar, the eventDrop JavaScript method is called. I want to trigger a delete action via JavaScript before moving or deleting an event.
7 replies
FFilament
Created by DivDax on 8/3/2023 in #❓┊help
Load component into Action modal?
Ok, I understand. But it feels wrong to use a blade file just to load an LW component. Couldn't we solve this more elegantly by using a kind of placeholder blade template specifically designed for such cases, so that we don't need an additional blade file for every LW component we want to open in a modal?
10 replies
FFilament
Created by DivDax on 8/3/2023 in #❓┊help
Load component into Action modal?
I wanted to load a Livewire component instead of a blade view in a modal that is opened through the action. Something like this: ViewAction::make()->modal()->component(LivewireComponent::class)
10 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
just used the latest, i think v4. after that i pulled it in via npm so it gets served by my app.js
14 replies
FFilament
Created by F alko on 7/28/2023 in #❓┊help
Infolist or widgets in forms
I tried using infolists within a form as well, but I couldn't get it to work. 😄 Table -> ViewAction -> form -> infolist
12 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
pulled in chart.js via cdn
14 replies
FFilament
Created by DivDax on 7/7/2023 in #❓┊help
Table select/check all?
yes! how you did this?
4 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
thank you @pboivin registered a chart component via serviceprovider Livewire::component('chart', TestChart::class); and can use it on my frontend. i just have to load chart.js in my frontend assets.
14 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
yes your right. in v3 the widget has its own package
14 replies
FFilament
Created by DivDax on 5/31/2023 in #❓┊help
SpatieMediaLibraryFileUpload show uploaded images
Thank you Dan! Perfect instructions - now it works! 🙏
6 replies
FFilament
Created by GavTheDev on 5/31/2023 in #❓┊help
Add a letter navigation bar on list page
Aaaand maybe build a package out of it? 😅 https://github.com/filamentphp/plugin-skeleton
21 replies