Rati Wannapanop

Results 234 comments of Rati Wannapanop

@JavaCodeFish Looks good to me. What's the error message or the problem you've having?

@JavaCodeFish I definitely think it's the problem with your webpack configuration, but I really don't know how to help on that. Why don't you try using [`vue-cli`](https://github.com/vuejs/vue-cli#installing-a-specific-template-version) to create your...

@JavaCodeFish You can also try this [`example`](https://github.com/ratiw/vuetable-example-vueify-bootstrap). It's been outdated but I think it's still work. Also, check if your NPM is up to date? Some people has reported the...

Fixed header is already supported in v1.7 of vuetable-2, thanks to @rubinsh. You'll just have to set the `tableHeight` prop and define the [`width`](https://github.com/ratiw/vuetable-2/blob/master/src/main.js#L174) for each field for this to...

@vijaythecoder How do you install vuetable? Direct include in the `` tag or use NPM?

Then, please check out this [example](https://github.com/ratiw/vuetable-example-vueify-bootstrap/blob/master/index.js) and see if it helps. If not, let me know.

@vijaythecoder Try removing `:pagination-component="VuetablePagination"` line, or change it to `pagination-component="vuetable-pagination"`, like so: ``` javascript Create Item ``` Or, ``` Create Item ``` And, `VuetablePaginationBootstrap` was already deprecated. You can remove...

@vijaythecoder In the following code, you're trying to refer to a variable data in main vue instance named `VuetablePagination`, which is not defined. ``` javascript Create Item ``` `pagination-component` prop...

You can try using it using `` to get it working first and work back on what makes it doesn't work.

@vijaythecoder Can you put your code on github? Maybe I can have a look.