This module is contributed from Peter Romianowski
The module convert existing html table to Grid
Convert To Grid
| Header1 |
Header2 |
Header3 |
| Cell 11 |
Cell 12 |
Cell 13 |
| Cell 21 |
Cell 22 |
Cell 23 |
| Cell 31 |
Cell 32 |
Cell 33 |
HTML
Convert To Grid
| Header1 |
Header2 |
Header3 |
| Cell 11 |
Cell 12 |
Cell 13 |
| Cell 21 |
Cell 22 |
Cell 23 |
| Cell 31 |
Cell 32 |
Cell 33 |
Java Scrpt code
jQuery("#ttogrid").click(function (){
tableToGrid("#mytable");
});