Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Nesting table display issues
Dear All:
I have design a page which contains a table and it has a nested table in its column cell.
When it display on the IE 8, the nested table only display the column header , and the remain three rows of data cannot display correctly at all.
Does anyone has any idea about this?
Thanks.
Vince
Somehow I have a feeling nested Tables are not supported properly. At least I remember someone giving a small internal demo where he had hacked Vaadin so that it would be possible. In theory it should be possible.
If it should work, then it's most likely just a bug which causes it to break in IE8 (some calculations might produce negative sizes or something similar).