igorclauss
igorclauss
FFilament
Created by igorclauss on 9/11/2024 in #❓┊help
Save record and repeater with all Relationships on add item click
I'm trying to figure out how to save a record and all entries on the page while editing a repeater component. I thought about going over the getCachedExistingRecords method and saving the state one by one. But that produces kinda unexpected behaviour. For example when deleting items from the repeater. Do you have any hint for the right direction?
5 replies
FFilament
Created by igorclauss on 9/6/2024 in #❓┊help
TextColumn List with URL on each item
Consider having a ''' TextColumn::make('users') ->listWithLineBreaks() ->badge() ''' How could I add a separate url to each badge?
7 replies
FFilament
Created by igorclauss on 2/2/2024 in #❓┊help
Dynamically add Filters
Hi, I need to add text based filters and I need to add more when the previous is applied. How would you approach this?
4 replies
FFilament
Created by igorclauss on 1/25/2024 in #❓┊help
Persist toggled Columns over Logins
Hello. Is there a way to persist toggled columns over logins? For example: When you toggle columns off on a big table and logout and in again the session gets cleaned and the settings are deleted. Is there a way to persist this behaviour?
4 replies
FFilament
Created by igorclauss on 12/4/2023 in #❓┊help
Non comma Separated CSV Import
I'm having issues with CSV imports, when the csv data is separated by semicolons. The columns are not recognised correctly. When i save the CSV with comma separators it works perfectly fine. Can I somehow change the separator settings in Import?
25 replies