Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 441 Bytes

Readme.md

File metadata and controls

27 lines (15 loc) · 441 Bytes

reactive-table

A simple component to combine mikanda/dom-table and component/model using component/reactive.

Installation

$ component install mikanda/table

Example

To run the example run

npm install
make test
node example/server.js
open http://localhost:3000/example.html

API

reactiveTable(collection, table, renderer, scope)

reactiveTable#setCollection(collection)

License

LGPLv3