Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Method and Description |
---|---|
HeaderRow.HeaderCell |
HeaderRow.join(Collection<HeaderRow.HeaderCell> cells)
Replaces the given cells with a new cell that takes the full space of the
joined cells.
|
HeaderRow.HeaderCell |
HeaderRow.join(Grid.Column<?>... columnsToMerge)
Joins the cells corresponding the given columns in the row.
|
Modifier and Type | Method and Description |
---|---|
HeaderRow.HeaderCell |
HeaderRow.join(Collection<HeaderRow.HeaderCell> cells)
Replaces the given cells with a new cell that takes the full space of the
joined cells.
|
Copyright © 2025. All rights reserved.