Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
136 stars 72 forks source link

How to hide control cells ? #52

Open jupe opened 2 years ago

jupe commented 2 years ago

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 ?

Seungwoo321 commented 2 years ago

'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

jupe commented 2 years ago

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.