vue-bootstrap-table icon indicating copy to clipboard operation
vue-bootstrap-table copied to clipboard

A sortable and searchable table, as a Vue component, using bootstrap styling.

Results 5 vue-bootstrap-table issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.5.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.5.1 > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney) > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix:...

dependencies

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v3.4.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...

dependencies

How to set sorting on initialisation? I would expect some setting like this: ``` new Vue({ el: '#table', components: { VueBootstrapTable: VueBootstrapTable }, data: { columns: ... , values: ......

If I have an Object : ``` { id: 123, name: "abc", properties: { color:"green" , email: "[email protected]" } } ``` I want to create a table with id, name...