Hi @corneel_martens,
You're close - you can access the index or value of the item in the gridview component by using the {{ i }}
or {{ item }}
values. i
will give you the index, item
with give you the value (ie: "Sla")
Hi @corneel_martens,
You're close - you can access the index or value of the item in the gridview component by using the {{ i }}
or {{ item }}
values. i
will give you the index, item
with give you the value (ie: "Sla")