You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
-- Dimensions 2 DO not display total of the rows below
--- Dimension 3 DO not display total of the rows below
The text was updated successfully, but these errors were encountered: