Vaadin 8 Grid

If possible grid header one column string another column image
Desktop.png

:disappointed:

You can add them with the Image component

i want add grid header attach image

i done cell image

Grid.Column something = grid.addColumn("something");
grid.getHeaderRow(0).getCell(something).setComponent(new Image("", resource));

:smile: Thank You sir