Forum Moderators: open
How can I detect whether a tablecell is previously set? I use two for-loops to construct the table. However, sometimes I use rowspan to make a cell span over several rows. Later interations in the for-loops should detect whether the current cell is contained in a previous rowspan, and take the appropriate action.
regards tores