App: HTML Loop through array
Hi, I have a nested JSON Object with line items and within that I have another array with more information, how can I display them in HTML and loop through the array without generating the HTML with a custom script?
Is there any template engine for rendering the HTML that I can use to loop through an array, like JSX (I've already tried the JSX .map and it failed)
0 Replies