Tables

Simple Table

Simple With Actions

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

Striped With Checkboxes

{{ tableData2.headerRow[0] }} {{ tableData2.headerRow[1] }} {{ tableData2.headerRow[2] }} {{ tableData2.headerRow[3] }} {{ tableData2.headerRow[4] }} {{ tableData2.headerRow[5] }}
{{row.id}}
{{row.product_name}} {{row.type}} {{row.qty}} € {{row.price}} € {{row.amount}}
Total {{getTotal1()| currency:'EUR':true:'1.2-2'}}

Shopping Cart Table

{{ tableData3.headerRow[2] }} {{ tableData3.headerRow[3] }} {{ tableData3.headerRow[4] }}
...
{{row[1]}}

{{row[2]}}

{{row[3]}} {{row[4]}}
{{row[5]}}
Total {{getTotal2()| currency:'EUR':true:'1.2-2'}}