Will ๐ฌ๐น
FFilament
โขCreated by Azad Furkan ลAKAR on 11/21/2024 in #โโhelp
Changing Selected Item background and text color in Select input
Nice, I mean it could look a bit better but your approach is not bad at all ๐ Maybe share your code to help other in the future
11 replies
FFilament
โขCreated by Azad Furkan ลAKAR on 11/21/2024 in #โโhelp
Changing Selected Item background and text color in Select input
11 replies
FFilament
โขCreated by Will ๐ฌ๐น on 6/27/2024 in #โโhelp
Call async JavaScript function from a Action
here is a quick demo, modal closes right away doesn't wait for the JS function to finish
3 replies
FFilament
โขCreated by Cheesus Krays on 4/8/2024 in #โโhelp
How do I show the date
column is case sensitive so make sure to type it as is in your DB
'Created_at'
shoul be 'created_at'
So
Tables\Columns\TextColumn::make('created_at')
The other one not sure :/6 replies
FFilament
โขCreated by Will ๐ฌ๐น on 4/8/2024 in #โโhelp
How to get team_id when creating new record from Relation Manager
Thanks @tomc actually found probaly a safer way since Users can edit values in hidden fields
As mention in the docs - https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#customizing-data-before-saving
5 replies