We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dfdce commit 02989b1Copy full SHA for 02989b1
src/components/pivottable-ui/VPivottableUi.vue
@@ -32,7 +32,7 @@
32
:aggregatorName="state.aggregatorName"
33
:rowOrder="state.rowOrder"
34
:colOrder="state.colOrder"
35
- :attributeNames="state.attributeNames"
+ :attributeNames="attributeNames"
36
:hiddenFromAggregators="state.hiddenFromAggregators"
37
:vals="state.vals"
38
@update:aggregatorName="onUpdateAggregatorName"
0 commit comments