Jacob
Jacob
FFilament
Created by Jacob on 9/26/2024 in #❓┊help
Is it possible to add pages to the global search results?
I can now add records from resources to the global search results, but is it also possible to add pages to the results? Users can then better navigate through the application.
5 replies
FFilament
Created by Jacob on 2/2/2024 in #❓┊help
Import Action Fails to Handle Large File Uploads
No description
3 replies
FFilament
Created by Jacob on 12/19/2023 in #❓┊help
Override default authorization logic
Is it possible to override the default authorization logic of the Filament Resource. When a user isn't allowed to view a resource (through policy) I want to show a Notification and redirect the user to the dashboard. How can I do that?
4 replies
FFilament
Created by Jacob on 10/19/2023 in #❓┊help
Is it possible to add multiple items to a repeater?
With an action button for example.
41 replies
FFilament
Created by Jacob on 8/22/2023 in #❓┊help
Change query results
Is it possible to change the results of the Eloquent query on the table? It is already possible to change the query using
->modifyQueryUsing()
->modifyQueryUsing()
, but is it also possible to change the results of the query? (E.g. add/remove items)
5 replies