react-pivot icon indicating copy to clipboard operation
react-pivot copied to clipboard

Declaratively indicate whether dimension row should auto-total

Open barryross opened this issue 6 years ago • 0 comments

I am using ReactPivot in a project for a client and I am running into the following issue whereby I want some rows to automatically display the total, and others not to. Currently, it seems that every dimensions automatically totals the rows beneath it.

I realize I can use CSS to hide these values, but they still carry over to the CSV. Any solutions with the current version or support for building this out?

Somewhat related...does anybody have a good example of using a CSV Template with ReactPivot?

Here is what I am seeking to do:

  • Dimension 1 -> DO NOT display total of the rows below -- Dimensions 2 DO not display total of the rows below --- Dimension 3 DO not display total of the rows below

barryross avatar May 09 '18 00:05 barryross