项目作者: deprecate

项目描述 :
Metal's Datatable component
高级语言: JavaScript
项目地址: git://github.com/deprecate/metal-datatable.git
创建时间: 2016-03-11T18:41:34Z
项目社区:https://github.com/deprecate/metal-datatable

开源协议:Other

下载


metal-datatable

Datatable visualization

Setup

  1. Install NodeJS >= v0.12.0, if you don’t have it yet.

  2. Install global dependencies:

    1. [sudo] npm install -g gulp
  3. Install local dependencies:

    1. npm install
  4. Build the code:

    1. npm run build
  5. Open the demo at demos/index.html on your browser.