Replies: 1 comment
-
Yes I would accept a PR to add this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @danharrin,
I’d like to propose a small enhancement to the https://filamentphp.com/docs/4.x/infolists/repeatable-entry component in Infolists.
Current behavior:
RepeatableEntry
only renders entries in a stacked layout.Proposed change:
Add support for a table view layout, similar to the
table()
method available on the Repeater field in Forms.This could look like:
This would improve readability when displaying multiple fields across repeatable items — especially for data-heavy layouts.
It wouldn’t affect existing behavior, and could default to the current stacked layout unless explicitly enabled.
Would this be a suitable addition to Filament? I’d be happy to open a PR if it helps.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions