F
Filament4d ago
Mark

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.
No description
Solution:
Oh, apparently I need to use ->columnSpanFull() on the field or ->columns(1) on the schema.
Jump to solution
1 Reply
Solution
Mark
Mark4d ago
Oh, apparently I need to use ->columnSpanFull() on the field or ->columns(1) on the schema.

Did you find this page helpful?