I need to be able to place multiple icons within a cell in a treegrid. I have one being displayed correctly but was wondering if it is possible to place multiple icons within some type of a container within a treegrid cell?
Thank you.
Code:List<ColumnConfig> configs = model.getColumns(); IconButton newBtn = new IconButton(style); configs.add(1, newBtn);