Hi,
I would like to be able to visualize a table with colspan/rowspan.
I looked at the Table class but did not found this feature.
I then detected GridLayout. There is even an example in the manual how to activate borders etc. However when trying to set colors for the single cells, I had to use setFullSize() on them which got quite complicated and led to some anomalies in rendering.
So I thought I would rather ask whether there is an easy way which I have not yet detected. What would you suggest to achieve the following:
- render a table where
- a region can occupy NxN cells (colspan/rowspan) and displays some text
- each region can have a background color of its choice
- borders can be set for any regions
What would you propose?
Thanks,
Thomas