[OT] Re: Add column to table via Javascript/JSTL

2006-05-09 Thread Dave Newton
Stasica, Grzegorz wrote: > The number of vertical labels is fixed. On the other hand the number of > horizontal labels is dynamic. The Html table DOM model has a addRow() > method but there is no corresponding addColumn() :( > > I'd appreciate any suggestion on how to generate such a table. > B

Add column to table via Javascript/JSTL

2006-05-09 Thread Stasica, Grzegorz
Hi, I know it's not directly connected with struts but perhaps somebody will be able to help me. My problem is that I've HTML table with rows/columns as value labels. On the intersection there is a corresponding value. horizontal label 1 vertical label 1 VALUE The number of ve