Hi,
I'd like to extend the web component usage as shown at Leveraging feeds in a web component.
As far as I understand, this method will give you the ability to feed the data in a selected query row to a web component.
I'd like to apply all the rows of an query to a Web component without selecting the row of the query.
Is there a way to achieve this ?
If I can auto generate multiple Web component which contains the data of each row, that could be also an alternative solution.
Any suggestion ?
Hi Mahito
This sounds like a good use case for the grid component. This components creates a customizable template for each row of a query result. The text shape in the template can be used to visualize HTML, which acts just like a web component. You can use the values of the current row inside the template by entering a column name surrounded by curly brackets (docs). Other feeds from the app can also be used inside the template.