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

Is there a way to sort in API mode without the API backend supporting sorting? Or will i have to use datamode for that?

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Hi, i want to ask : when use special field checkbox, the checkbox not show on interface. fields: [ { name: '__checkbox', titleClass: 'center aligned form-control-custom', dataClass: 'center aligned form-control-custom'...

fields: [ { title: "S.No", name: "rownum", }, { title: "Project Id", name: "project_name", sortField: "project_name", }, { title: "Personnel Access", name: "access", sortField: "access", }, { title: "Date Created",...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hi, first I want to say thank you for amazing package! I noticed that after axios 0.21.1 version release vuetable says that the maximum version it can work with is...

Would you consider provide a typescript declaration file ? I tried many methods to import it in vue+typescirpt but failed.

I just ran into an issue with the Data transformation option. It requires me to define the `transform` function in vuetable's parent. But what if the `vuetable` component is placed...

I'm getting error when using nuxtjs on build 2:34:22 PM: ReferenceError: document is not defined 2:34:22 PM: at o (/opt/build/repo/node_modules/vuetable-2/dist/vuetable-2.js:1:7155) 2:34:22 PM: at r (/opt/build/repo/node_modules/vuetable-2/dist/vuetable-2.js:1:6986) 2:34:22 PM: at t.exports (/opt/build/repo/node_modules/vuetable-2/dist/vuetable-2.js:1:8609)...