Azorky
Azorky
FFilament
Created by Azorky on 4/5/2024 in #❓┊help
Async notifications
No description
9 replies
FFilament
Created by Azorky on 4/3/2024 in #❓┊help
How to get data from custom Livewire component that is part of form?
No description
3 replies
FFilament
Created by Azorky on 2/14/2024 in #❓┊help
Modal overflow scroll bug
I noticed recently that my modals started looking different, now there appears to be a scroll bar as you can see in the video. How can I fix this? Or could this be a bug that got introduced in one of the recent updates?
4 replies
FFilament
Created by Azorky on 1/31/2024 in #❓┊help
How can I change the redirect url of the cancel button on the create page?
When I'm on the create page and I press the cancel button I get automatically redirected to the resource's list page. I don't want that, instead I want to be able to customize where the user is redirected after cancelling. How can I do that?
4 replies
FFilament
Created by Azorky on 1/24/2024 in #❓┊help
Split item width
No description
21 replies
FFilament
Created by Azorky on 1/20/2024 in #❓┊help
Toggle afterStateUpdated call action
I would like when someone clicks the toggle, that a confirmation modal pop's up asking the user if he's sure that he wants to enable it. How can I do this? How can I call an action using afterStateUpdated?
14 replies
FFilament
Created by Azorky on 1/12/2024 in #❓┊help
Import csv causes infinite loop, bug?
No description
7 replies
FFilament
Created by Azorky on 1/9/2024 in #❓┊help
Failed CSV records not downloaded
I never get the option to download the records that failed validation when importing data from a CSV
14 replies
FFilament
Created by Azorky on 12/20/2023 in #❓┊help
BUG: Bulk action in table widget not working
No description
8 replies
FFilament
Created by Azorky on 12/4/2023 in #❓┊help
No wizard lifecycle hooks on create record
I am using a wizard for my create page, but there are no lifecycle hooks or persist in url. I want to persist the step in the url so I can optionally show a chart widget depending on which step I'm on. How can I achieve this?
3 replies
FFilament
Created by Azorky on 11/30/2023 in #❓┊help
Relation manager not saving fieldset data
No description
4 replies
FFilament
Created by Azorky on 11/29/2023 in #❓┊help
Confirm modal before saving form
Hi, I'm using the form builder for my resource, but before the form is submitted and the model is created, I want to show a confirmation form. How can I do that? I've searched the docs and discord, but couldn't find anything. Thanks for your help.
8 replies
FFilament
Created by Azorky on 11/28/2023 in #❓┊help
Custom page model binding updated not working
No description
12 replies
FFilament
Created by Azorky on 11/24/2023 in #❓┊help
Default values not working with mount()
I have a CreatePage for my resource, but as soon as I add the mount() function, my default values for my TextInputs are not working anymore.
6 replies
FFilament
Created by Azorky on 11/13/2023 in #❓┊help
Relation manager attach one-to-many
I have a relation manager between projects and purchace_invoices (one-to-many). In the relation manager I want to be able to attach existing purchase invoices to a project, but I cant see to figure out how.
6 replies
FFilament
Created by Azorky on 11/6/2023 in #❓┊help
Execute php code when clicking on link in custom column
I have a custom column:
`CopyUrlColumn::make('linkedin_url')->sortable()->searchable()
`CopyUrlColumn::make('linkedin_url')->sortable()->searchable()
This column contains an url and when the url is clicked, some js is executed that copies text to the user's clipboard. When this like is clicked, I would like to execute some php code as well because I need data from the session, how can I do this?
4 replies
FFilament
Created by Azorky on 11/3/2023 in #❓┊help
How can I install Chartjs plugins?
I want to display values on top of my pie chart, but the standard Chartjs that Filament uses does not support this. However, they made a plugin: https://chartjs-plugin-datalabels.netlify.app/samples/charts/doughnut.html How can I add this Chartjs plugin to Filament so that I can use it in my chartjs config?
5 replies
FFilament
Created by Azorky on 11/2/2023 in #❓┊help
Custom action for clickable url column
No description
4 replies