Rati Wannapanop

Results 234 comments of Rati Wannapanop

@legreco Sorry, it is impossible as Vuetable is implemented as normal html `` for the ability to utilize any popular CSS framework styling.

@p3lican Are you trying using your own API endpoint or the one that comes with the tutorial?

@SimplyCorey I usually prefer a single text input for simple search on top of the table. This would only allow searching for obvious columns like name, email. For more search...

@SimplyCorey There is this [PR](https://github.com/ratiw/vuetable-2/pull/50) that tries to do the same thing and he gets a lot quite right, but there are many things that are not quite the way...

@Nnxoxo It is not available out of the box, but it doesn't mean it can't be done. As I mentioned earlier, some people had already done that and their solutions...

@wilga Strange! There's no option to install the router in my [tutorial](https://github.com/ratiw/vuetable-2-tutorial/blob/master/doc/_prerequisite.md#install-the-required-tools). Are you using `vue-cli` or which version of `vue-cli` you're using?

@ErnstShackleton There might be a loop somewhere in your code that causes the problem. Since, you're using a compiled version of the script, it's very hard to identify which as...

@cristijora This is really great. The playground is what I've been looking forward to for quite sometime, but didn't have an opportunity to learn it. I think we will need...

I was trying to integrate your `vue-nav-tabs` to put the CodeMirror in one tab (Code tab) and the Vuetable rendered html in another tab (Result tab). Because the code playground...

I've got the modified code from your PR that I don't want to push to my `master` branch yet. How can I push to your branch?