-
Hello!
Documentation says that on event `vuetable:checkbox-toggled` passed two parameters (`isChecked` and `dataItem`). But I recieved `isChecked` and `fieldName`.
-
I know this has been asked on this [issue # 289](https://github.com/ratiw/vuetable-2/issues/289).
But I am unsure how to implement the row-class to disable the checkbox column for a specific row.
…
-
As per the documentation the api mode uses axios
I would like to attach a bearer token to each request. How do i attach extra headers
Currently fro the documentation it shows the apiUrl but how do…
-
Hello Ratiw, i get this error in console and in npm run watch and really i don't found how can i resolve it ?
```
Uncaught Error: Module build failed: Error: Couldn't find preset "es2015" relati…
-
Currently, [`.reload()`](https://ratiw.github.io/vuetable-2/#/Vuetable-Methods?id=-reload) method does not accept any parameters. I think it would be nice to allow user to provide custom callback so t…
-
Is there a plan to ad support for editing cell (or multiple cells at same) values with a callback for handling save logic?
-
Hello ratiw, I'm using vuetable 2 for a big project and i realy appreciate all your kindly help, I'm using slot in stock column to show stock with label (if(stock label red, if(stock>0) => label green…
-
I wish to use vuetable-2 with https://github.com/vuematerial/vue-material . How can I apply the styles from `vue-material` to `table`, `thead`, `tr`, and `td`?
The [documentation here](https://rati…
-
With laravel 5.5 the response json is returning items instead of data.
Is there a way I can tell vuetable-2 to listen to items instead of data?
`LengthAwarePaginator {
total: 103
lastPage:…
-
Hi,
Based this page: https://ratiw.github.io/vuetable-2/#/Data-Transformation, I tried to setup transform method, just do a console.log. I used your tutorial lesson-2, put the method in main.js (see…