Creating a Table Using Closure Tools

一曲冷凌霜 提交于 2019-12-12 11:49:43

问题


Can anyone help me in creating a table(grid layout) using closure Libray? Is there any widget available for it? I searched but din't find any! Please Help


回答1:


As of May 2012, the Closure Library does not provide a table/grid layout component.

There is a table sorter (see demo), but it only decorates traditional HTML tables.

You might also want to take a look at the Visualization Table, which is part of Google Chart Tools.

See the discussion on support for table/grid components in the Closure Library.




回答2:


Grid written in Google Closure - http://dekajp.github.io/demos/index.html

Source : https://github.com/dekajp/google-closure-grid

  • Data Virtualization ~ 100,000 Rows
  • Alternate Row Highlight
  • Active Cell and Active Row Highlight
  • Sorting
  • Column Resizing & Move
  • Paging
  • Editing
  • Frozen Columns
  • Subgrid / Hierarchical Display

disclaimer : I am author of this grid . The code is currently under active development.



来源:https://stackoverflow.com/questions/10481586/creating-a-table-using-closure-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!