Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
Column Template: how to reference a field of a row that not defined in Columns?
posted

Hi,

Each row (JSON) of my data has a hidden 'RID' field but not defined in the Columns. Of cause the column is not visible.

In some cells of the row, I need to define a template for them to display the data as a link which redirects to the details of the row.

I've tried to use the template as below for a column:

{key: 'someKey', template:' <a href="${RID}">  ${someKey}   </a>' }

The value of 'someKey' is correctly rendered, but the ${RID} is not. Is there anyway to achive that?

Best regards,
Zach_Shine