====== Description ======
Convert existing html table to grid.
===== Author: =====
Peter Romianowski
===== Installation =====
In order to use this module you should mark the Table to Grid (in Other modules) when you download the grid. For more information refer to [[Download]].\\
For Developers - this is the grid.tbltogrid.js in the src directory.
===== Calling Convention: =====
tableToGrid(selector, options)
This is function and not a method
where
* selector(string) can be either the table's class or id
* options is array with grid options
The html table should have the following structure:
(or )
header 1 |
header 2 |
...
data 1 |
data 1 |
...
...
....