Hi Dojo,
Is there some way to have a query filter component filter the content of a parameter table? I know how to do this for a normal table, but this option is not available here since my rows contain buttons and setters I would like to maintain.
I tried to use an intermediate table that contains the filter query result, and use the feed this table exposes as a filter in the parameter table, but the filtered table only exposes a feed for the selected row, not all rows it holds.
Kind regards
Hi, maybe using https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Extensions/API_Reference/GQIDMS.html?q=GQIDMS can help out for this use case.