77👍
You would write the following to get item 0
:
{{ item.0 }}
Similarly, to get the first item of the first item you’d write:
{{ item.0.0 }}
Source:stackexchange.com
77👍
You would write the following to get item 0
:
{{ item.0 }}
Similarly, to get the first item of the first item you’d write:
{{ item.0.0 }}