Repeater Form Size so big
I like the Repeater component a lot - it has been working great for me. But the size that it takes is excessive, in my opinion. I'd love to shrink it down by a lot, if possible. I love the way the simple() version works, but I have more than one field to show. I've attached an image of as small as I can seem to get it currently.
I'd love to move the trash can down to be inline with each set of contact data and eliminate that space. I also don't want each set of contact data to have it's own section with space between. They should all be inside the same section. Optimally it would look more like a table.
I can't find functions to do any of this. So is my only option to adjust it through a custom theme? Or using CSS on hook classes? Or is there an alternative component to use? Or am I just missing how to deal with the repeater component?
Solution:Jump to solution
Maybe https://filamentphp.com/plugins/awcodes-table-repeater or one of the other table repeaters will give you what you need.
Filament
Table Repeater by Adam Weston - Filament
A modified version of the Filament Forms Repeater to display it as a table.
2 Replies
Solution
Maybe https://filamentphp.com/plugins/awcodes-table-repeater or one of the other table repeaters will give you what you need.
Filament
Table Repeater by Adam Weston - Filament
A modified version of the Filament Forms Repeater to display it as a table.
Ah this looks really nice. Thank you!