How can i sum data on seperately after filter type $, € etc.

How can i sum data on seperately after filter type $, € etc.

nesficanesfica Posts: 1Questions: 1Answers: 0

Hello,

I want to sum and write price column seperately to USD, EUR, TL.

Total EUR: xxx
Total USD: xxx
Total TL: xxx

my codes: https://jsfiddle.net/nesfica/63pLsgde/

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    You would use footerCallback for that, see example here. This is just adding up all the numbers, but for you, you can conditionally add for each currency,

    Colin

Sign In or Register to comment.