-
I have been following your bootstrap example: https://github.com/ratiw/vuetable-example-vueify-bootstrap/blob/master/index.js#L112
If i am not mistaken, this code will overwrite any values in **morePa…
-
could you give an example for wrapping the v-server-table with a v-if please?
i am finding that putting the v-if directive with false never triggers the network call to fetch data, and setting it to …
-
- Vue.js version: 2.0
- consumed using: webpack
- FULL error message (including stack trace):
`ERROR in ./~/vue-tables-2/lib/template.jsx
Module parse failed: /Users/sebastien/Desktop/test/node_mo…
-
Examples doesnt work in IE (all versions), neither my demo,
http://vuetable.ratiw.net/examples/bootstrap.html
This is the error:
[Vue warn]: Unknown custom element: - did you register the component…
-
Hello,
I'm displaying 200 rows / 16 columns per page and table updates very slow.
It takes about 2-3 seconds to update the table when I'm calling 'vuetable:refresh'.
Is there any way to make it fast…
-
Almost all use vue js 2 beta..and we'd like to know when some issues will be fixed.
I use v2 and i have a lot of errors as many are deprecated (like events,$broadcast,$dispatch etc...)
Can you give an…
-
**\- Vue.js version:**: 2.0
**\- consumed using: (browserify/webpack/pre-compiled)** webpack (Is there a precompiled version?)
- FULL error message (including stack trace):
> Uncaught ReferenceErr…
-
I have the following response from API:
```
{
"data": {
"links": {
"pagination": {
"total": 2,
"num_results": 2,
"per_page": 10,
"num_pages": 1,
"c…
-
Hi, I have a component that I show for show a table for each one of my models, all having different data, of course. I cant seem to figure out how to get this to reload with new data (ie changing the …
-
I noticed that this wasn't working with the latest versions of Vue and Vue Resource.
To fix this, I updated these lines in vue-table
I changed this:
```
this.$http.get(url, this.httpDat…