-
Do you have an actual example for VueTables 2 on https://jsfiddle.net/ (or another place)?
-
Hello! First of all, I'd like to thank and congratulate you for developing such a great component! It's by far the best I tried, among all the similar components listed in Awesome-Vue.
I created a …
-
Hi all!
When im switching to axios from this commit [`fd91517`](https://github.com/ratiw/vuetable-2/commit/fd91517de6844e2b3822750fee7d2752910ea19d). The request is 200 and receiving the data it's …
-
Hello Ratiw, I don't know how to add new item to the existing props in slot?
What i have now :
`{ "rowData": { "field1": "Content1", "field2": "Content2", "field3": "Content3" }, "rowIndex": 0…
-
Firstly, love the component! Very cool!
It works fine with your demo API endpoint, I've also connected it successfully to a remote endpoint on a project cloud server.
However, what's really, rea…
-
Hello,
Working with a SPA application, For some reason the normalization of fields is lost when executing the refresh method, so the result of the filter is not displayed.
I added a call to the …
-
Is there a way to customise column names? I might not want to use the property names in every case, especially if I want to localise the column names.
tlaak updated
7 years ago
-
How could would be if we had a group by column?
Something like this:
https://codepen.io/andrewcourtice/pen/VabXQV/
Thank you for your excellent package.
-
Hi all!
When im switching to axios from this commit [`fd91517`](https://github.com/ratiw/vuetable-2/commit/fd91517de6844e2b3822750fee7d2752910ea19d). The request is 200 and receiving the data it's …
-
Can vuetable-2 be used with semantic-ui like vue-table?