Rati Wannapanop
Rati Wannapanop
@vijaythecoder Please create small project and putting only the part that causes the problem and put it on GitHub so that I can have a look and see if I...
@vijaythecoder In your code, you did not import and register VuetablePagination component.
@vijaythecoder It's already working. I just add a few line of codes and now the pagination is already showing and working. Please pull the code and `npm run dev` to...
@bootstrapguru I'm not sure as well. I initially wrote vuetable in pure javascript. Then, NPM was requested and added later by the help of another developer. Hopefully, in v.2 it...
Sorry guys. I'm quite confused here. What do you mean by vue standard? What is it going to do with ECMA script (do you actually mean ES6)? I couldn't tell...
@vijaythecoder @laozhuang727 I'm not really sure how to fix this actually. I personally thought that it has something to do with the bundle of vue-table.js file. Or in the `package.json`...
@selmonal How did you import vue-resource? Via a `` tag or using `import`?
@selmonal @WayneHarris What I see is the mismatch of vue-resource version. Before version 0.9, it uses `response.data` (vuetable earlier than v1.5.3 uses vue-resource v0.7). But version 0.9 onward, vue-resource API...
@WayneHarris Thanks for the help and the explaination. :)
@a119347 Have you tried anything from above?