-
Hi,
I know this component works very well when using the 'paging' option.
But how can I configure 'infinite loading' ...
(
meaning...
- first X-amount of records are loading initially
- next …
-
Data passed to vuetable-2 output not encoded all data are displayed with **v-html**.
This allows XSS on any data field.
-
Not sure why, but I had to run:
npm install babel-preset-env
Otherwise I was getting a:
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/com…
-
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 comp…
-
I followed the instructions, but got an exception in the shell
$ npm run dev
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vuetable-2/src/components/Vuetab…
-
Here is my code vue:
```javascript
Dashboard
Dashboard
Primary Card
View Details
…
-
Hi @ratiw
I am getting this error when the table loads in the view. I currently cannot see any rows being displayed once the view renders. Can you assist please? Thanks in advance
**Errors**
…
-
Is vuetable-2 have different structure of property with vue-table?
In tutorial , 'MyVuetable.vue' I found ```
```
```
But in vuetable-2 source code:
```
«
```
So, in …
ghost updated
7 years ago
-
in /vuetable-2/src/components/Vuetable.vue 108
-
i follow the tutorial and set :
```
{
name: '__checkbox', // For more detail on how to access the selected row, see here.
I cannot find anywhere to access the selected
the complet…