Hi,
I'm trying to show use the image grid component in the expandable row, but I'm not figure out which data source use.
I'm using the table to show all the product info, while I would show the product images in the expandable rows.
If I try to use the table, it goes to a circle dependency issue.
Using the same query that generates the table (the images are returned from the same query used in the table) it doesn't work.
Thanks @AnsonHwang and @edurmush
I started trying using a single image component with {{products_list2.data.image[ri[0]]}} as source but it's printing the image only in the first row.
Also tried changing ri and i but nothing changed.
Looking at image1 state only the first contains the image in src.
Same with {{currentRow.image}}.
Also, it seems that the first image appears only if I click on the select button in the state, that it's empty when the page just loaded.
It depends on your data.
In your case you can do something like https://xxxx/{ item.replace(/['"]/g, '') }_1920_1080.jpg
If you store your images in different sizes.