1.0.10 • Published 6 years ago

tabledd v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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/>

Example

Development

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.8

6 years ago