Table already has a parent.

Hi Clare,

normally there should no difference if your class extends another class or not. This message says your component instance has been already has been added to another component.

https://vaadin.com/api/com/vaadin/ui/Component.html#setParent(com.vaadin.ui.HasComponents)

But actually on your local machine you should get this error too. Did you check your log files?