tabledd
v1.0.10
Published
a vue-based table component
Downloads
4
Readme
djtable
a vue-based table component
status:1.0.1
The project aims to provide a vue-based table component. The features included in the component are as follows:
- [x] Basic table
- [x] Sorting
- [x] Filter
- [x] Table with fixed header
- [x] Custom table style
- [x] Table with status
- [x] Striped Table
- [x] Table with border
- [x] Table with theme
Installation
npm install tabledd
Usage
In vue environment
// main.js
import dtable from 'tabledd'
Vue.use(dtable)
// demo.js
<dtable><dtable/>