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

`{ name: 'color_name', title () { return _this.colorUnit; }, callback (value) { return ''; //here } }` How to use iview components in vuetable-2 properly?

Like iview, ``.Using span-method to merge Rows.

I have a wide table with 34 columns, and I need the `title` column to have sufficient width so that it will not wrap. These are the field definitions: ```js...

I would like to have a security disclose policy defined for this project so that I can privately discuss, fix, and publish information about security vulnerabilities in your repository's code.

Its been reported a denial of service vulnerability in latest beta version. Can we upgrade its axios dependency to latest version? ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Denial of Service │...

I am trying to use `vue2-animate` CSS library (http://about.asika.tw/vue2-animate/) with vue-table2 to apply transitions to details row but it's not working. Here is my setup: ``` ``` Transition is not...

bug

{ **tableWrapper: "",** **tableHeaderClass: "mb-0",** **tableBodyClass: "mb-0"**, tableClass: "table table-bordered table-hover", loadingClass: "loading", ascendingIcon: "fa fa-chevron-up", descendingIcon: "fa fa-chevron-down", ascendingClass: "sorted-asc", descendingClass: "sorted-desc", sortableIcon: "", detailRowClass: "vuetable-detail-row", handleIcon: "fa-bars text-secondary",...

Fix the @vuetable:header-event not being thrown with the following setup: ```html ```

See issue https://github.com/ratiw/vuetable-2/issues/127