Each list I want to select and display only one value in the loop. How can I do that ? I will show you sample codes.If there's a place you do not understand, ask.
Thanks in advance for your help.
Thanks in advance for your help.
Code:
<ul class="list-group">
{{#each rowList}}
<li data-id="{{./this}}" class="list-group-item list-row">
{{{var this.ExampleCityName ../this}}}
</li>
{{/each}}
</ul>

Comment