1.0.10 • Published 6 years ago
tabledd v1.0.10
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:
- Basic table
- Sorting
- Filter
- Table with fixed header
- Custom table style
- Table with status
- Striped Table
- Table with border
- Table with theme
Installation
npm install tabledd
Usage
In vue environment
// main.js
import dtable from 'tabledd'
Vue.use(dtable)
// demo.js
<dtable><dtable/>