Grid - How to create group header rows?

I’ve been trying to figure out how to create date header rows. This is my second attempt. They are extra rows added when the grid is rendered where all columns are null except for the date. Looks ok, but I’d like to be able to hide the date column all together. Is there a recommended way to handle this with Vaadin Grid?

Today I noticed that Origin has a nice example of this.

I would probably use a TreeGrid where the date is the parent in a dedicated column

1 Like