-
Hi @ratiw
I have implemeted vue table 2 and used transformation to format data as required.
it works fine but when my API response it delayed (for any reason),
vuetable does not wait and shows n…
-
Hi.
I'm trying to integrate vuetable-2 into my Laravel application but cannot find out how to get vuetable-2 extracted into vendor.js. Any idea?
I have:
`mix
...
.extract(['vue','vuex','vueta…
-
I'm new in vue js but i have used laravel as well. But, the problem is, how to use this repo in laravel 5.4? i learn from [this doc](https://laravel.com/docs/5.4/frontend) to use vuejs in Laravel. The…
-
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/Vuetable.vue
Module build failed: Error: Couldn't find preset "env" relative to director…
-
Add a "limit" parameter to let the user get a smaller number of results (https://stackoverflow.com/questions/35432985/django-rest-framework-override-page-size-in-viewset)
That is also needed for vu…
-
hi
im using vuejs with type script syntax (not the default vuejs syntax)
base on the documentaion i used some code in order to use __component:customAaction example
but i recieved the below error …
-
I have a question regarding the support in vuetable-2.
I wanted to make an add and editable rows in vuetable-2 is it possible or not, it is not explained in tutorial.
-
Hi,
I was trying to apply scroll bar to one of our grid however taking the latest version of the grid broke the UI. I have added width in columns & defined the table height as well.
It is adding…
-
In Vuetable.vue you are declaring Vue:
```
import Vue from 'vue'
import VueResource from 'vue-resource'
Vue.use(VueResource)
```
This is fine if you are not already using Vue, however for proj…
-
Hi everyone....
I need your help please with this stuff:
When i try to use a special field any one between the five fields, I got :
**[Vue warn]: Unknown custom element: ** in my console..
Her…