How to implement custom layouts using repeaters
I am just getting into using custom tables and outputs and trying to list model relations using repeaters. I can achieve the desired functionality, but the layout is excessively tall, considering the number of rows and data I'm presenting. How do I go about getting a design that is more on one line (like pictured, before and after)



5 Replies

Use the table repeater in v4. https://filamentphp.com/docs/4.x/forms/repeater#table-repeaters
Ah! Thank you!
@awcodes is there an approach that will work in v3?
Filament
Table Repeater by Adam Weston - Filament
A modified version of the Filament Forms Repeater to display it as a table.
thank you!