19 Sep
2001
19 Sep
'01
10:49 a.m.
Hi, the tag dtml-tree creates a table in HTML, but i want to put a header(Quantity) to this table. Do you know any way to do it? Example: ----+--------------------+----------- | | | Quantity | +---+--------------------+----------+ | - | Item 1 | 9 | +---+--------------------+----------+ | | - | Item 1.1 | 5 | +---+---+---+------------+----------+ | | | + | Item 1.1.1 | 4 | ----+---+---+------------+----------- Bye.