pdelanauze / sweet-material-table

Polymer 1.1 material design table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sweet-material-table

No longer maintained

A material design table implementation. Based on http://www.google.com/design/spec/components/data-tables.html

Demo

YQL demo

<sweet-material-table
        id="table"
        title="Normal demo"
        columns="[[columns]]"
        available-columns="[[availableColumns]]"
        data="[[data]]"
        start="{{start}}"
        per-page="{{perPage}}"
        total="{{total}}" />

Look inside the demo folder for code examples. (Be warned, this is still a work in progress)

Development

To get started , first npm install && ./node_modules/.bin/bower install

To run

npm start

Links

gh-pages update

Use the gp.sh script found at https://github.com/Polymer/tools

About

Polymer 1.1 material design table

License:MIT License


Languages

Language:HTML 100.0%