Description
Issue Type (delete the irrelevant ones)
- Bug
Specs
What version are you using?
I don´t know, it doesn´t say. I just installed it (2023/10/11)
What browser?
Google Chrome on Centos 9
Expected Behavior
I expected to see the basic table
Actual Behavior
I get this error in the console and the app will not start
vue-good-table.esm.js:9203 Uncaught TypeError: _this6.$set is not a function
at vue-good-table.esm.js:9203:18
at Proxy.forEach ()
at vue-good-table.esm.js:9202:28
at Proxy.forEach ()
at Proxy.unselectAllInternal (vue-good-table.esm.js:9201:12)
at Proxy.resetTable (vue-good-table.esm.js:9381:12)
at Proxy.handleSearch (vue-good-table.esm.js:9174:12)
at Proxy.handler10 (vue-good-table.esm.js:8728:16)
at callWithErrorHandling (runtime-core.esm-bundler.js:158:18)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:166:17)
Steps to Reproduce the Problem
Please detail your steps here
- I copied the basic example in https://xaksis.github.io/vue-good-table/guide/#installation
- Added the component to App.vue
- I run the app.
- (I am using composition API)
jsfiddle
If you provide a jsfiddle reproducing the issue, it'll be addressed much faster.
you can use this as base