Hi,
i would like to draw a table. It should have 3 main columns. The 2 at end of table should be splitted into 2 "sub-columns". So i can get 3 Mainheader columns and 5 Subheader columns for my rows. Should look like this
<pre>
| Column1 | Column2 | Column2 |
| | Sub1 | Sub2 | Sub3 | Sub4 |
| whatever | x | x | | x |
</pre>
Can i do this already? If not is it possible to create a component for header and another for body? Great would be to if the column width could be set.
Cheers
Per