I have a table displayed in a low code app that is showing the result of a GQI query getting DOM Data.
Per row I would like to have a custom button that is only needed via this low code app. (no real column in DOM)
This button is needed to run an Automation Script for that specific row.
How can this be done?
Hi Mieke,
You can achieve this using table templates.
More info can be found here.
The table templates can only be modified for existing columns, you cannot add a new column using them. Instead you could add a new dummy column using the column manipulations query node and add the button in its template. Note that the sorting & filtering will use the actual value of the column.
Hi Mieke,
Does the button need to be in a separate column?
Just thinking out loud, but why not add the button in one of the existing columns, next to the value?
If you need an extra column, you’ll have to rely on column manipulations or you’ll have to use an ad-hoc data source.
Ive, thank you. But so far I could only find how to replace an existing column with something via table templates.
I could not yet find how to add an extra column. Can this also be done?
Or will I need to use an existing column to add an icon to it’s cell where logic is added to?