I am trying to sum up the values entered in the mat-table column using an input.
mat-table
I have created a table with 3 columns: Account Id, A
Account Id
A
Try a reducer:
Total: {{dataSource1.data.reduce((summ, v) => summ += v.value, 0)}}