-
https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-11
please update the slot section.
> In 2.5.0+, slot-scope is no longer limited to and can be used on any element or component.
-
I want to know if I can optionally add the pagination component to the top of the table in addition to keeping it at the bottom.
-
The value of pagination and the value of sorting, I need to pass the value on my own, but there seems to be no in the API, what's the solution
-
Hi, I am building an SPA, and I want my **id** field of Users table to be a `` component which links to that specific user's profile. However, I can't find out an option to render a single cell as nee…
-
I don't see any CDN version of vuetable-2 (only 1). I tried downloading the release file but it looks like I have to build it myself, and doing so results in `npm install` failing at `chromedriver@2.2…
-
Hello @ratiw
Currently trying to insert the action icons but have no success to get this working. Not even getting any errors.
…
-
Table can be field search
-
Hi,
First I thank you to for your great effort to prepare and share this project. Please forgive me if I ask silly question. because I am learning phase vue js.
I want to implement vue table 2 in …
-
Hello!
What do you think If vuetable-2 will have css classes maps out of box?
Now If I am on Bootstrap I need search by google something like this:
```
export default {
tableClass: 'table …
-
inside one componnets im firing a event
where im calling the event
``
context.$events.fire('paises_reload_vuetable')
``
the event is working correctly, but, if i go to another …