I came across this fantastic example of an Angular Material table with checkboxes that fits perfectly with what I want to implement in my application. However, I am facing a challenge - I need to calculate the total value of the checked rows. Specifically, I would like to find the total sum of the Weight column in the current example.
Is it feasible to achieve this functionality? If so, what modifications should I make to the code in order to accomplish this task? I have searched online but couldn't locate any similar examples...