FilamentF
Filament2y ago
2 replies
pepperoni dogfart

Repeat table column

I have a hasMany relationship that I'd like to dynamically add to a filament table based on each relationship found, is this possible?

For example in my model, I have
return $this->hasMany(Paid::class)->where('paid');


I basically want to do a foreach in the filament table, somehow, to make a TextColumn on each one.
Was this page helpful?