© 2026 Hedgehog Software, LLC
TextColumn::make('items_sum_actual_weight_value') ->sum('items', 'actual_weight_value') ->label('Total Weight')
Undefined array key "items_sum_actual_weight_value"
ExportColumn::make('items_sum_actual_weight_value') ->sum('items', 'actual_weight_value') ->label('Total Weight'),
public static function modifyQuery(Builder $query): Builder { return $query ->withSum('items', 'actual_weight_value') ->withCount('items'); }