2.0.0 • Published 10 years ago

data-table v2.0.0

Weekly downloads
48
License
BSD-2-Clause
Repository
github
Last release
10 years ago

data-table

super simple html5 json powered data table component. inspired by google refine/reclinejs

npm install data-table

run the demo/hack on it

npm install
npm start

usage

var createTable = require('data-table')

var table = createTable(['a','b','c']) // headers

table.pipe(process.stdout)

table.write(['1', '2', '3']) // cells
table.write(['4', '5', '6']) // cells
table.end()

license

BSD

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

11 years ago