Inliine infolist entries
Is there a way to display
Infolists\Components\TextEntry
inline with each other. Each Text entry is wrapped in a lot of divs with grid classes etc.
I have this:
Which renders all the fields in the correct format, but not inline. I've played around with columns and column spans but the spacing never looks right.
The first component is a custom one I was experimenting with to get them lined up.
Cheers Dan2 Replies
Solution
you'll probably need a custom entry.
https://filamentphp.com/docs/3.x/infolists/entries/custom
Hi @awcodes the first entry I have is a custom entry, I've just been outputting raw values.
I was wondering if there was a way to not have the entry components not wrapped divs with grid classes but I guess not.
I'll just output them manually. π