Composed table column
Is there a way to get this kind of column? I cannot find the way
12 Replies
What I need is avatar image on left and then, name on top + user role at bottom
yes but how to do that on code?
This is my code
And this what I get
any suggestions of what I'm doing wrong?
You need to use a combination of
Split
and Stack
to achieve your desired results.
https://filamentphp.com/docs/3.x/infolists/layout/split#overview
https://filamentphp.com/docs/3.x/tables/layout#stacking-within-a-split
Basically, something like this but adjusting spans etc
Yeah, I've tried this
And have this pretty close
Now I need to set first column with π
forgot columnSpan...
Hopefully that worked for you. π