Thou Blue
Thou Blue
Explore posts from servers
FFilament
Created by Thou Blue on 8/9/2024 in #❓┊help
How to get selected filters in filtersApplyAction?
I have 8 filters that can be applied, I want to save the applied filters in localStorage, when the user clicks on Search button. How can I do that? (I am trying to save so that the user can have previous filters selected whenever the table is viewed again(even after being logged out)). ->deferFilters() ->filtersApplyAction( function (Action $action) { return $action ->button() ->url(function (array $data) { info($data); }) ->label('Search'); } )
6 replies
FFilament
Created by Thou Blue on 4/16/2024 in #❓┊help
Is there a way to upload file and saving it to database without having to submit the form?
Currently I am trying to upload files from a modal. The files has to be saved permanently after they are selected and without needing to submit the form, as the form has only the field.
8 replies