vue2-datatable icon indicating copy to clipboard operation
vue2-datatable copied to clipboard

(DEPRECATED) The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it!

Results 26 vue2-datatable issues
Sort by recently updated
recently updated
newest added

``` export default { name: 'Test', data(){ return { tableData: { columns: [ { title: 'User ID', field: 'uid', sortable: true }, { title: 'Username', field: 'name' } ], data:...

Hi, Can you share me some idea about custom styling of a particular row after loading all data on data-table. I want to apply row style on a particular row...

i need simple pagination with filter, but when i change page and data datatable thinks that i want take chunk of data for example if 10 per page and i...

Enabled dark and light mode with switch for docs using docsify-darklight-theme with redesigned search bar. For more customization [see here](https://boopathikumar018.github.io/docsify-darklight-theme) **Light Mode :** Before ![image](https://user-images.githubusercontent.com/10001746/79608306-63ae8e80-8112-11ea-9c9d-487a07d794ef.png) After ![image](https://user-images.githubusercontent.com/10001746/79608344-7628c800-8112-11ea-9146-724f02873480.png) **Dark Mode :**...

Just like in datatables you can specify: ``` order: [ [0, 'desc'] ] ``` Is there a way to achieve the same thing with this plugin ?

Bumps [eslint](https://github.com/eslint/eslint) from 4.6.1 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...

dependencies

If I want to create a dynamic component for selecting data at the cell level, it's necessary for me to tell the dynamic component what the select options are as...