react-csv / react-csv

React components to build CSV files on the fly basing on Array/literal object of data

Home Page:http://react-csv.github.io/react-csv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate Revenue column

VanNg76 opened this issue · comments

Is there any way to take value of 2 columns to return to a column? (e. g Rev = unit price * quantity)
Thank you