I am using angular/ng-table to plot numerical data in tabular form. I am not able to figure out how to bring in a row at the end of my table which shows sum of all the values of each column. I can compute the data on the server side and present it in the UI. But is there a way to achieve this in ng-table/ng-grid? Any help will be appreciated.
thanks