You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: