vue-pivottable icon indicating copy to clipboard operation
vue-pivottable copied to clipboard

How to hide control cells ?

Open jupe opened this issue 3 years ago • 2 comments

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 ?

jupe avatar Feb 20 '22 20:02 jupe

'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

Seungwoo321 avatar Feb 20 '22 23:02 Seungwoo321

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.

jupe avatar Feb 21 '22 05:02 jupe