Addon working together with Table

Hallo,

my situation is, that I am developing an add-on, based on color-picker.
It works fine called by VerticalLayout. But if I want to use the add-on
inside a table, there was nothing on the screen, but the component was
called (controlled by VConsole.log and GWT Development Mode).

I will try Label (VLabel) to check the stacktrace, which will be used by
calling under VerticalLayout or Table. But I would be glad, if I get some
hints, which API or methods are necessary to resolve the problem.

I’m using Vaadin 6.8.13 (Vaadin 7.x will be used later).

Did you check the DOM tree to see if the component really wasn’t added at all to the table or if the divs just got tiny?

Thank you for your answer, Marius!

I will check the DOM and the div’s. The result I will report here.