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

data table simplify! -- datatable component for Vue 2.x. See documentation at

Results 107 vuetable-2 issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the v2.0.0-beta.3 from the next branch, and trying to use special field __checkbox and it gave me the following errors: ``` [Vue warn]: Unknown custom element: -...

Hi initial-page attribute is not working in api mode. By default it is picking the page as 1 even if given 3. Any suggestion on how to make it work...

Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

Will be great if after "desc" remove the field from "sortOrder" array, and in the next click add the field as "asc" again.

https://www.vuetable.com/guide/#features in this feature tab in the first li tag there is a typo. It should be "endpoint" not "endpont", thank you for the vuetable.

I'm trying to use vuetable-2 on Vue project with server side rendering. I have the following code ```javascript import Vue from 'vue'; import Vuetable from 'vuetable-2'; Vue.use(Vuetable); ``` and I...

question