Currently, I am utilizing angular/ng-table to display numerical data in a tabular format. However, one issue I am facing is how to add a row at the bottom of my table that displays the sum of all values in each column. While I can compute this sum on the server side and then present it on the UI, I am unsure if there is a way to accomplish this using ng-table/ng-grid directly. Any assistance on this matter would be greatly appreciated.
Thank you.