Rati Wannapanop
Rati Wannapanop
Vuetable does not support that out of the box, but it is possible. But it will require a bit more of your end to implement the editable component. Or maybe...
You can listen to [`vuetable:load-error`](https://github.com/ratiw/vuetable-2/wiki/Vuetable-Events#-vuetableload-error) event. ```javascript //... methods: { handleLoadError(response) { //... } } ```
Have you go through this [lesson](https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-11) yet?
Use `__slot` or `__component` instead.
I'm sorry, I don't use TypeScript so I don't think that I can help you on this. Would recommend you to remove TypeScript and see if it works. If so,...
@kedcomsci Some users have reported the problem and found out that it is in conflict with other libraries or components. I'm not sure whether it is veelidate or something. So,...
@flyingcoder Create a `ref` to vuetable and use `selectedTo` data property yo access it. ```javascript this.$refs.vuetable.selectedTo[x] ```
@bajian Many thanks. Will check it when I have enough time.
@bajian I've just look at your PR, but I cannot reproduce your error. The code is still working as expected.
What browser do you use that causes this error?