任何人都可以帮我使用闭包库创建表格(网格布局)吗? 有没有可用的小部件?我搜索但没有找到任何! 请帮忙
答案 0 :(得分:4)
截至2012年5月,Closure Library不提供表格/网格布局组件。
有一个表格排序器(参见demo),但它只装饰传统的HTML表格。
您可能还想查看Visualization Table,它是Google Chart Tools的一部分。
请参阅discussion on support for table/grid components in the Closure Library。
答案 1 :(得分:2)
使用Google Closure编写的网格 - http://dekajp.github.io/demos/index.html
来源:https://github.com/dekajp/google-closure-grid
免责声明:我是此网格的作者。该代码目前正在积极开发中。