Seungwoo321 / vue-pivottable

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

VUE - ScopedSlots #43

Closed whisp1986 closed 1 year ago

whisp1986 commented 3 years ago

Hi,

Having issues with ScopedSlots not being assigned in Vue (quasar), data is being passed to the Pivottable and Arrays are being built from the headers of the json data table.

1) Error in render: "TypeError: scopedSlots is not a function" - Found in DraggableAttribute

2) scopedSlots is not a function - at pvtAttr:

scopedSlots: { pvtAttr: props => h('slot', scopedSlots(props)) },

The code i'm using: