How to Calculate values inlistviewbuilder?
> like 15+23=38
etc...
Using this list in List View builder How to calculate Values?
var product = [
{"id": 1, "items": "Item 1", "qty": 15},
{"id": 2, "items": "Item 2", "qty": 20},
{"id": 3, "items": "Item 3", "qty": 50},
{"id": 4, "items": "Item 4", "qty": 12},
{"id": 5, "items": "Item 5", "qty": 35},
{"id": 6, "items": "Item 6", "qty": 26},
{"id": 7, "items": "Item 7", "qty": 12},
{"id": 8, "items": "Item 8", "qty": 25},
{"id": 9, "items": "Item 9", "qty": 22},
{"id": 10, "items": "Item 10", "qty": 28},
{"id": 11, "items": "Item 11", "qty": 24},
{"id": 12, "items": "Item 12", "qty": 16}
];
how to calculate in Listviewbuilder??
