How to upload image within the table row and show the image once uploaded:
Hi @khatanaashish,
I can't say for sure, but I think you need to reference the value via the item
property. So {{ item }}
, not simply "file".
Yes, I'm aware of that. I left it as a placeholder. I want the user to upload the image and then it should be visible there.
There are a couple options, so it depends if you have a storage type in mind. This page from the docs shows a couple different options in detail.