Alvika Aji Prahasta
Alvika Aji Prahasta
FFilament
Created by Alvika Aji Prahasta on 8/19/2024 in #❓┊help
Using Sushi for table with static data error
solved, i followed the documentation of sushi. it should be here: //Delete this model if exists filament v4 support static table class TableRetirementCalculation extends Model { use HasFactory, Sushi; protected $rows = [ [ 'item' => 'Current Age', 'value' => null, ], [ 'item' => 'Ideal Monthly Income based on todays value', 'value' => null, ], [ 'item' => 'Ideal Retirement Age', 'value' => null, ], [ 'item' => 'Years to Retirement', 'value' => null, ], [ 'item' => 'Inflation Rate', 'value' => null, ], [ 'item' => 'Years to Receive Income', 'value' => null, ], [ 'item' => 'Retirement Fund needed at Retirement Age (after inflation)', 'value' => null, ], ]; }
5 replies
FFilament
Created by Alvika Aji Prahasta on 8/15/2024 in #❓┊help
Hide button create & cancel on wizard
thanks my friend👍
5 replies
FFilament
Created by Alvika Aji Prahasta on 8/14/2024 in #❓┊help
Table TextInputColumn Update Other Model
bump
7 replies
FFilament
Created by Alvika Aji Prahasta on 8/14/2024 in #❓┊help
Table TextInputColumn Update Other Model
Note: that's code it's work, score updated, but have some error undifined column score_1, i know that because model ScorecardCriteria does'nt have that column
7 replies