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
Version: 0.0.8
Actual Result: Total column is not displayed
Expected Result: Total column should be displayed if configured with "start" or "end" value
The text was updated successfully, but these errors were encountered:
This was intentionally implemented like this, as there are no column groups and only one pivot available.
We can revisit this if you think it would be useful to allow a totals column in this case - our initial thinking was that you don't have column groups generated, so no need for a totals column to aggregate the column group.
In the screenshot above, we cannot have the aggregation (let's say the average) for the whole TypeScript row then.
The fact that the column represents a pivot means it's a group of values, so it makes sense to be able to configure the whole aggregation for this group like if it was in another column group IMO.
roblotter
changed the title
Pivot Total column is not displayed when only one pivot column
Pivot Total Column is not displayed when only one pivot column
Mar 8, 2022
When configuring only one pivot and the
pivotTotalColumnPosition
, the total column is not displayed.sandbox: https://codesandbox.io/s/infinite-table-pivot-total-column-for-one-level-m3ioz?file=/src/App.tsx
Version: 0.0.8
Actual Result: Total column is not displayed
Expected Result: Total column should be displayed if configured with "start" or "end" value
The text was updated successfully, but these errors were encountered: