We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to change the default value rowOrder and colOrder, my code looks like below
<vue-pivottable-ui :data="pivotData" rowOrder="value_z_to_a" :aggregator-name="aggregatorName" :renderer-name="rendererName" :rows="rows" :cols="cols" :vals="vals" :row-total="rowTotal" :col-total="colTotal" >
The text was updated successfully, but these errors were encountered:
fix issue #14 #17
2f24d49
23c8787
2aa28b0
05038bd
fix: resolve issue #17 that rowOrder and ColOrder are not working
97a4f4f
Seungwoo321
No branches or pull requests
I tried to change the default value rowOrder and colOrder, my code looks like below
<vue-pivottable-ui :data="pivotData" rowOrder="value_z_to_a" :aggregator-name="aggregatorName" :renderer-name="rendererName" :rows="rows" :cols="cols" :vals="vals" :row-total="rowTotal" :col-total="colTotal" >
The text was updated successfully, but these errors were encountered: