Creating a Table Using Closure Tools

google-closure-library

Solution

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.

Problem

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

Original source