vuetable-2-tutorial
vuetable-2-tutorial copied to clipboard
Hi, The pagination system is fit to work with the basic Laravel pagination wrapping. It would be interesting to implement the wrapping structure coming from the Laravel Eloquent API Resources...
Hi, I am calling one API endpoint to get the data and in some scenarios that particular API endpoint may not be available or it may return the GatewayTimeout error...
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...
Great tutorial series. I'm having trouble getting the multi-table sorting working properly. I can see that the UI is showing the ability to multi-sort, but the sorting isn't functioning. GIF...
With lesson 17, you create a component wrapper for the vuetable and use the render option. How would I also render out the loading div? not sure how i can...
Hi @ratiw, Is there any way to do that?
I created a documentation(similar to the one I sent in a PR for vuetable-2) and added in browser demos at the end of each lesson (up to lesson 13 so...
I was wondering if you could make the data editable. There is nothing in the tutorial about it, so I am not sure if this is possible. Is it? :)
Hi to everyone, I'm using with vuetable2 and Laravel 5.4 and I have a problem with api-url calls. From the official example https://github.com/ratiw/vuetable-2-with-laravel-5.4 I tried to change a little the...
Lesson-7
The styles of the paggination are not working. You are binding icons and css but you expect that the icon's styles in the css binding. ``` ... data() { cssPagination:...