Hello community,
I have the following table where each row has a task ID. I would like to implement a logic where, upon clicking on a row, it redirects to a URL where that ID is part of the link. My question is, how can I pass the ID to the action that will open the corresponding hyperlink?
This is currently not possible with the table, yet. Would it be an option to use the grid or timeline? These are using the dynamic templates, where you can access the context of a row by interpolating the column name:
And update on this: the table now also supports setting actions on cell level, where you can pass any context from the row to the action (https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/Tables/Table_component.html#adding-actions-to-a-table)
Just want to state that I’ve had the same exact desire 😀