in reply to Re: HTML::Table multi-row head
in thread HTML::Table multi-row head
If you want multiple heading rows I think the OP will need to add them after the new() call:
$table->addRow(@second_header); $table->setRowHead(-1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::Table multi-row head
by avik (Novice) on Jan 07, 2005 at 00:40 UTC | |
by simonm (Vicar) on Jan 10, 2005 at 19:12 UTC | |
|
Re^3: HTML::Table multi-row head
by davis (Vicar) on Jan 06, 2005 at 17:23 UTC |