Dynamic Table Generation

The Table.js module will create an HTML table wrapping any list object passed in. The syntax is as follows: Table.getTable(d); //retrieve an HTML wrapping contents of list object d
Table.getTable(d,n); //retrieve an HTML wrapping contents of list object d as described by descriptor object n
Table.getVerboseTable(d); //same as Table.getTable(d) but will show index column
Table.getVerboseTable(d,n); //same as Table.getTable(d,n) but will show index column