vue-pivottable
vue-pivottable copied to clipboard
How to hide control cells ?
I have large set of keys and I would like to hide all of them when selection is done, but how? -> How can I hide first row from pivotable ? I also would like to option to hide all control cells and show only actual data. Is it possible somehow ?
'vue-pivottable-ui' instead of You can use 'vue-pivottable'.
Is this what you want?
https://seungwoo321.github.io/vue-pivottable/guide/getting-started.html#vue-pivottable
for me it sounds a bit unnecessary complicated if I have to keep two pivottable in sync and switch between vue-pivottable-ui and vue-pivottable depends on if user need to control buttons or not. Simple showControls api could do the tricks etc.