You can combine all of these variants together, e.g. <vaadin-grid theme="compact no-row-borders row-stripes">
<vaadin-grid theme="compact">
<vaadin-grid theme="no-border">
<vaadin-grid theme="no-row-borders">
<vaadin-grid theme="column-borders">
<vaadin-grid theme="row-stripes">
<vaadin-grid theme="wrap-cell-content">
By default, cell contents don’t wrap and all overflowing content is either clipped or truncated. Apply the wrap-cell-content
theme to make the cell content wrap instead.