assignment

Simple Table

{{ tableData1.headerRow[0] }} {{ tableData1.headerRow[1] }} {{ tableData1.headerRow[2] }} {{ tableData1.headerRow[3] }} {{ tableData1.headerRow[4] }} {{ tableData1.headerRow[5] }}
{{row[0]}} {{row[1]}} {{row[2]}} {{row[3]}} € {{row[4]}}
assignment

Striped Table

{{ tableData2.headerRow[0] }} {{ tableData2.headerRow[1] }} {{ tableData2.headerRow[2] }} {{ tableData2.headerRow[3] }} {{ tableData2.headerRow[4] }} {{ tableData2.headerRow[5] }} {{ tableData2.headerRow[6] }}
{{row.id}}
{{row.product_name}} {{row.type}} {{row.quantity}} €{{ row.price }} € {{row.amount}}
Total 12,999
assignment

Shopping Cart Table

{{ tableData3.headerRow[0] }} {{ tableData3.headerRow[1] }} {{ tableData3.headerRow[2] }} {{ tableData3.headerRow[3] }} {{ tableData3.headerRow[4] }} {{ tableData3.headerRow[5] }} {{ tableData3.headerRow[6] }}
...
{{row[2]}}
{{row[3]}}
{{row[4]}} {{row[5]}} {{row[6]}} {{row[7]}}
{{row[8]}}
Total {{getTotal()}}