Marcelo Andrade
Marcelo Andrade
FFilament
Created by Marcelo Andrade on 6/3/2024 in #❓┊help
Public API to access data of a resource with filters
Is there a way to access the raw data or query of a resource using the advanced filters plugin from the backend without instantiating the livewire components? The use case for this is: we are going to save some global filters sets (user views) and we want to store in each record to what user views belongs to after executed. I want to execute the table from a console command with a specific filter, and then update the db.
4 replies
FFilament
Created by Marcelo Andrade on 5/31/2024 in #❓┊help
Is it possible to render a RepeatableEntry as a table, without duplicating the labels
I have a main record with a hasMany relationship to another model. Showing works fine, but when there are many of this related records, it shows too much repeated labels, I'd like to show this entry as a table with just a header, and the data as cells.
3 replies