Rome
Rome
FFilament
Created by Rome on 6/11/2024 in #❓┊help
Open custom modal action on record click
I need to open a custom modal action on row click. I've tried in recordUrl() and in recordAction() with no luck.
14 replies
FFilament
Created by Rome on 6/3/2024 in #❓┊help
Format state of select filter
I have a select filter with a relationship: SelectFilter::make('employee')->relationship('employee', 'name'). I need to modify de label of each option to show ID + name instead of the name only. formatStateUsing() is not available here.
8 replies
FFilament
Created by Rome on 5/15/2024 in #❓┊help
Show relation manager of a relation manager in same view
No description
14 replies
FFilament
Created by Rome on 5/15/2024 in #❓┊help
RelationManager problem with duplicate relationship
I have a N-M relation with RelationManager: companies and items and pivot table company_item. Pivot table has a boolean obsolete field. The problem is that I have a ToggleColumn on this obsolete field but when a company has two same items (same item_id but different pivot_id, the toggle will work on first ocurrence because is taking item_id and should take pivot_id for this. Instead of taking pivot_id (2809 and 5895) is taking the item_id.
5 replies
FFilament
Created by Rome on 5/14/2024 in #❓┊help
Mutate form data before creating record on relation manager
Im trying to modify data before saving into database from form() on relation manager but I dont know how to do. I tried with mutateFormDataBeforeCreate() and beforeCreate() on create page but nothing happens.
4 replies
FFilament
Created by Rome on 5/13/2024 in #❓┊help
Excel export autofit column width
Is there any way to autofit column width to contain all column data on excel export? I tried with setShouldWrapText() and setShouldShrinkToFit() with no luck.
16 replies
FFilament
Created by Rome on 5/13/2024 in #❓┊help
Independent table lists with same resource
I need to create multiple independent table lists with same resource but I need to edit them with different columns of the resource and modifying the query. Also I need them to have different URL and menu item. How can achieve this?
4 replies
FFilament
Created by Rome on 3/3/2024 in #❓┊help
Set dynamic table column
No description
2 replies
FFilament
Created by Rome on 1/11/2024 in #❓┊help
SubNavigation labels
No description
5 replies