@Override
public void render(Object value, int rowIndex, int columnIndex,
TableView tableView, String columnName,
boolean rowSelected, boolean rowHighlighted, boolean rowDisabled) {
if (value != null) {
Image image = null;
// Get the row and cell data
if (columnName != null) {
Dictionary<String, Object> rowData;
if (value instanceof Dictionary<?, ?>) {