Hi,
Does anyone know if it’s possible to get hold of the ID of a data row in a custom component using handlebarjs?
I’ve looked through the help and community - and unless am missing the obvious, I can’t see how to do it?
In the following stripped down example, all I want to do is put the right code in where it says {{ID}} so that the unique record ID for each row of data is used as the id so that I can inject further data using javascript at a later stage from another table.
{{#each records}}
{{field_40}}
{{/each}}
Thank you,
Mark