data-table

2.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    40
    • latest

Version History

Package Sidebar

Install

npm i data-table

Weekly Downloads

43

Version

2.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • maxogden