Will π¬πΉ
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