Repeater field is not showing as a table
I am trying to use this: https://filamentphp.com/docs/4.x/forms/repeater#table-repeaters but I cannot get it to show as in the docs. I cannot figure out what I am doing wrong.
It shows like a normal repeater, see attached image.
Anyone ran into this issue? I'm using a clean Filament v4 install.

Solution:Jump to solution
Oh, apparently I need to use
->columnSpanFull()
on the field or ->columns(1)
on the schema.1 Reply
Solution
Oh, apparently I need to use
->columnSpanFull()
on the field or ->columns(1)
on the schema.