brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

How to show sum of amount in data table column footer? #42

Closed prakashkaruppiah closed 6 years ago

prakashkaruppiah commented 6 years ago

How to show sum of amount in data table column footer? Is this possible ? Please help us.

prakashkaruppiah commented 6 years ago

Hi @brunano21 , Any updates?

brunano21 commented 6 years ago

What do you mean by sum of amount? Amount of what? Also, it doesn't exist any data table column footer.

prakashkaruppiah commented 6 years ago

hi @brunano21 , I mean column aggregate(SUM,AVG, etc) function

Please see this link (column name :price ) footer total amount : https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customaggregates.htm?arctic

brunano21 commented 6 years ago

Hi, No it's not natively supported. However you could manipulate the table data and obtain the same result.

prakashkaruppiah commented 6 years ago

OK Thanks we will check.