Rati Wannapanop

Results 234 comments of Rati Wannapanop

@a119347 This is the problem of using different version of vue-resource. It has nothing to do with webpack and es6. So, check the version of vue-resource you're using in your...

Don't forget to `npm update`. If you're using vuetable v1.5.3, it will required vue-resource 1.0.2. If you're using vuetable version earlier than v1.5.3, it uses vue-resource 0.7.4. There is an...

Recommend update to v1.5.3 and vue-resource 1.0.2, or downgrade vue-resource to v0.7.4. Version v.0.9.3 already API has already changed and will not work correctly with v.1.5.2.

Will update README to warn about this. Sorry, for the inconveniences.

@wushuang5112 It's just a demo to demonstrate the feature of vuetable for rendering the table using remote data. You will need to do some more research on editing the data...

If you use v.2.0, you won't have to. See [here](https://codesandbox.io/s/wq540wrrnw?module=%2Fsrc%2Fcomponents%2FMyVuetable.vue&moduleview=1) at line 82.

Sorry, youtube was blocked at the moment, so I can't see it. But your code does not really looks like vuetable code, so I can't immediately know. Anyway, what is...

@minedun6 What is your actual data looks like?

Not sure. Could it be because of this [wrapperClass](https://github.com/ratiw/vue-table/blob/master/src/components/Vuetable.vue#L2)?

I don't use SSR myself and don't have time to learn at the moment, so unless someone can help on that, it is not supported.