<DataTable :columns="columns" :data="rows"> <template #cell-price="{ value }"> <span :class="value > 100 ? 'expensive' : 'cheap'">{{ value }}</span> </template> </DataTable> </template> <script> import DataTable
gerkindev.github.io/vuejs-datatable/ Topics paginationsortingvuejstablevue-componentsdatatablefiltering Resources Readme License MIT license Activity Stars 172stars Watchers 11watching Forks 44forks Report repository Releases2 v0.6.2: Merge pull request #3 from eblanshey/masterLatest ...
<template> <div> <vue-datatable :data="tableData" :columns="columns"></vue-datatable> </div> </template> <script> import axios from 'axios'; import VueDatatable from 'vue-datatable'; export default { components: { VueDatatable }, data() { return { tableData: [], // 这里将存储...
a> }, button: { value: [ // Text of this button text: 'Button', // Classes of this button class: ['button'], // Click function, 3 arguments: event, column text and current field object func: function(event, column, field) { } ] } } ] } } }, components: { DataTable } ...
问Vue破坏了DataTables和Pace JSEN最开始在陌小雨那就看到了这个功能,觉得挺好玩,但是也没想继续深入...
If you ever built data-heavy business applications, you will probably know it's not easy to make them readable and clear. A datatable component needs to be flexible enough to adapt to your dataset and use cases. I've collected some of my favourite datatable components for Vue.js in this...
Vuetiful Vuetiful has some other components, too, and is probably aiming to become a full collection of UI components. The datatable has some really cool features, while lacking some quite basic ones like sorting of the full dataset or out-of-the-box support for remote data. Vuetify Vuefif...
VueJS directive that adds offline caching support for custom components and native form elements. vue vuejs vuejs2 cache storage localstorage form offline localforage directive dannyrb •0.0.4•7 years ago•0dependents•MITpublished version0.0.4,7 years ago0dependentslicensed under $MIT ...
vue-components★49 - 移动端UI组件库 vue-star-rating★49 - 简单高度自定义的星星评级组件 vue-tagsinput★48 - 基于VueJS的标签组件 vue-tabs★47 - 多tab页轻型框架 vue-popup-mixin★47 - 用于管理弹出框的遮盖层 vue-ripple-directive★45 - 使用Vue指令的Material波纹效果 ...
Reusable clickaway directive for reusable Vue.js components click clickaway reusable vue vue-directive vuejs simplesmiler• 2.2.2 • 7 years ago • 298 dependents • MITpublished version 2.2.2, 7 years ago298 dependents licensed under $MIT 258,925 ...