Closed abhitheawesomecoder closed 2 years ago
I have data in this format in db
[{"variation":"demo","quantity":"1","image":"abcdpic.jpg"},{"variation":"demo2","quantity":"5","image":"kkabcdpic.jpg"}]
trying to render it like
Row1 variation demo quantity 1 image abcdpic.jpg Row2 variation demo2 quantity 2 image kkabcdpic.jpg
but its not working
You should cast it as JSON in your model
I have data in this format in db
[{"variation":"demo","quantity":"1","image":"abcdpic.jpg"},{"variation":"demo2","quantity":"5","image":"kkabcdpic.jpg"}]
trying to render it like
but its not working