How can I create data table component by Polymer

How can I make a data table component by using polymer? This data table component have feature like datatables.net , ng-grid, ng-table does.


It might be good to start from an example like aha-table. It has several good examples of how to use polymer's expressions to do something dynamic like a datagrid. Other examples may be found on CustomElements.io.


The best I have found is sortable-table by stevenrskelton

github: https://github.com/stevenrskelton/sortable-table

also on http://component.kitchen/components


handsontable has a project in a polymer flavor, which may be of interest.

https://github.com/handsontable/hot-table

链接地址: http://www.djcxy.com/p/80118.html

上一篇: Node.js子进程和管道

下一篇: 我如何通过Polymer创建数据表组件