|
Live demo:
hint: you may disable Javascript on the sample pages to see the original table without transforming The script formats a table with one column into the table with specified rows amount. You have to configure 3 parameters in the script source: table id, number of rows and number of cells in a row group (default 1; in this example 3) After the script is configured, bind it into the <HEAD> - area this way: <script> F=new Format(table_id, rows, cells_in_group); F.rebuild() </script>
|
To format the table once more, reload the page. |