vuetable-2-tutorial icon indicating copy to clipboard operation
vuetable-2-tutorial copied to clipboard

Results 77 vuetable-2-tutorial issues
Sort by recently updated
recently updated
newest added

Notes for lesson 13: https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-13 If you are using this package in laravel for your API https://github.com/santigarcor/laravel-vuetable You need an extra param called "searchable" Example --- method: search () {...

I am using lesson 12. How can I handle the event when one or more checkboxes are checked when it is as follows?

Hi, I'm trying this package and have a problem with pagination, it doesn't show. Here is my code: It's inside blade template, not a vue component. I added components to...

Empty page in browser, and this error is displayed in the debug console

https://github.com/ratiw/vuetable-2-tutorial/wiki Should be: No matter how small you think it is, please do not hesitate! :) Instead of: No matter you think how small it is, please do not worry....

Is it possible to have a slot for empty data instead of "No Data Available" ? ![image](https://user-images.githubusercontent.com/4065733/44465068-14812500-a5e2-11e8-9b37-2fdb053583c9.png)

![2018-09-19_12-43-32](https://user-images.githubusercontent.com/23306577/45733155-cf183d80-bc09-11e8-9581-3edb0b4a4915.png) I want to add row when click button. How I can do this function.

Hi, I am having trouble displaying detail row. I followed tutorial but skipped customized actions. Here are my related files. [Archive.zip](https://github.com/ratiw/vuetable-2-tutorial/files/1655344/Archive.zip)

Some feedback: # Importing dependencies I got stuck at importing from laravel-mix, this imports didn't work ``` import Vuetable from 'vuetable-2/src/components/Vuetable' import VuetablePagination from 'vuetable-2/src/components/VuetablePagination' ``` this worked: ``` import...