I would like to make a custom HTML web component in a low code app that includes data of a selected row in a table (Feed)
What do I write in the component to link the text to a specific cell?
Where can I find documentation on the different features of the custom html web component and the table component?
Hi Mieke,
Documentation about the web component can be found here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/General/Web.html
To my knowlegde, it is not possible to use data from a feed in the web component.
What do you want to build with the web component? Is it something you can't achieve with the provided components?
Best regards, Ward
Indeed a Web or Text component where you would be able to feed these value to would be ideal. As a workaround you could use the Grid component, which you can feed the query row to.
By using ‘{my column}’ you can access the values from the selected row.
More info about the released Grid component:
https://community.dataminer.services/unleashing-a-world-of-possibilities-introducing-the-timeline-and-grid-components/
I would like to create a header on top of my panel containing some key information (2 – 3 cells of a big DOM data table)
This info is useful for the user when using the app specific features available in that panel.