1.0.10 • Published 7 years ago

tabledd v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.8

7 years ago