How can I place a text beneath the image in table column?
I want to write username beneath the avatar in an
ImageColumn
in table. I tried to use ->description()
but it says ImageColumn
does not have such a function.
how do you achieve this ?
Solution:Jump to solution
You’ll need to make a custom column if you want to combine things like image and text.
1 Reply
Solution
You’ll need to make a custom column if you want to combine things like image and text.