Rati Wannapanop

Results 234 comments of Rati Wannapanop

@cristijora Just push to `cristijora-master` branch of vuetable-2-tutorial.

@AngelinCalu Actually, there is. But it will have to work with 2 other packages, one for [data form](https://github.com/ratiw/vue-dataform-mixin) and another for [validation](https://github.com/ratiw/Validator). This has been working very well in Vue...

@stevendesu Maybe you can try using `__slot` (scoped slot). The following code might give you an idea, but I haven't tested it so I'm not sure. ```html {{ props.departments.indexOf(dep) >...

Thanks @mickaelbaron. Can you please send in the PR for this? It's easier for me to just merge using GitHub web interface for this project.

@mickaelbaron I see. Sorry, totally forget about that. I do it then. :) I was thinking about moving the wiki to use `docsify` instead, but didn't have time to finish...

You'll just have to append a new row to the `tableData` of Vuetable and it should show up. That means you'll have to make an input form gathering the input...

@itelmenko Sorry, the lesson hasn't been updated to Vuetable v1.6 yet. The reference to the sample API endpoint should be done via "https:" instead of just "http:". So, if you...

@zhanghao123 Sorry, can you please describe the problem in English? Some code hint would be nice as well.

@zhanghao123 You've defined it correctly. Check to see if your API successfully returns the data. If the data cannot be successfully requested from the API, the `transform()` will not run....

@clemsontiger If it was still in the `` where would you place those loading div?