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