How to make custom property in table column...

Hi,

I try to prepare header in my table, I am using:

table.addContainerProperty("a", String.class, null);

but i want to have something like (attachment) (one property divided to four (b, c, d and e)

thanks
Areq
13575.jpg

Hi,

unfortunately the Table does not support such multi-level headers. The upcoming Grid component will, but release of that is still some time (months) away…

If you can accept fixed-width columns, this can be faked by adding a carefully-styled layout with the “main headers” on top of the Table in a VerticalLayout and then having the secondary headers in the actual table header but I’d guess this is a non-trivial amount of work.

-tepi

ok, thank you for response.
Could you provide skeleton of code for your ‘omitting this lack of Grid’ idea ? (your description is not clear for me)

thanks
Areq