-
I'm trying to override the paginator mixin to use bootstrap. I'm not using webpack/babel, so I went here to get the dist js: https://github.com/ratiw/vuetable-2/blob/develop/dist/vuetable-2.js and pla…
-
Hello There,
I'm trying to upgrade to the 'next' branch and some functionality that was working fine before has now broken. Have you made changes to the way in which you load a custom component as…
-
Trying to filter in vuetable-2 its not working. Same with sorting. It works when i use default data from http://vuetable.ratiw.net/api/users . But does not work with my data.
This is my output data…
-
refer to ratiw/vuetable-2-tutorial#67
ratiw updated
6 years ago
-
I got error as follows After excute `webapck`:
> Uncaught SyntaxError: Unexpected token export
I do install `babel-preset-es2015`.
my `package.json`:
> "dependencies": {
> "insert-css": "^1.0.…
-
I have data being returned from my API in the following format:
```json
{
"total": 1000,
"per_page": 5,
"current_page": 1,
"last_page": 200,
"next_page_url": "....",
…
-
so i am moving my current project which using only laravel 5.4 with bootstrap and jquery datatable into laravel 5.4 with vuejs and vuetable2... so in here i am can be said a totally newbie and finding…
-
Hi folks,
Anybody having an idea where I can find the source of this one ? http://vuetable.ratiw.net/examples/bootstrap.html
I'm struggling for 3 days now...
I've followed all lessons, but what…
-
I am using VueRouter with new VueTable-2 from next branch. Good work BTW!
I had a problem with injecting sortOrder object into this vuetable from localStorage and I have used addSortColumn for that…
-
Hi @ratiw ,
Thanks for vuetable-2 👍
I am able to pass checked rows to server to delete them and once it is success, I want to hide the selected rows. It works if I refresh the vuetable by event…