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
I basically want to do a foreach in the filament table, somehow, to make a TextColumn on each one.
For example in my model, I have
I basically want to do a foreach in the filament table, somehow, to make a TextColumn on each one.
