This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Description
In my case I'm using a Tree Table and adding items with code like this:
addItem(new Object[]{r.getUniqueId(), new Label(), new Label(), new Label()}, r.getUniqueId());
That said I'm not adding Objects like on your examples. Is there a way to make it work without re-writing how I populate the table?