Home Art Table 2 Tree
   Art Table 2 Tree
Art Table 2 Tree creates tree table.


   Features
Creates tree table from ordinary HTML table
Several customizable settings
Expanded or collapsed initial state


   Demo

  
Products
Camera
Car
Audi
Nissan
Toyota
Services
SEO


   Usage

{arttable2tree initialState="expanded"}
<table id="tree">
  <tr id="node-1">
    <td>Parent</td>
  </tr>
  <tr id="node-2" class="child-of-node-1">
    <td>Child</td>
  </tr>
  <tr id="node-3" class="child-of-node-2">
    <td>Child</td>
  </tr>
  ...
</table>
{/arttable2tree}


   Parameters
indent - number of pixels that each branch should be indented with. Default: 19
initialState - initial state. Values: expanded, collapsed. Default: expanded