| Package | Description |
|---|---|
| com.vaadin.flow.component.grid |
| Modifier and Type | Method and Description |
|---|---|
protected HeaderRow |
Grid.addFirstHeaderRow() |
HeaderRow |
Grid.appendHeaderRow()
Adds a new header row to the bottom of the existing header rows.
|
protected HeaderRow |
Grid.getDefaultHeaderRow() |
HeaderRow |
Grid.prependHeaderRow()
Adds a new header row on the top of the existing header rows.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderRow> |
Grid.getHeaderRows()
Gets all of the header rows in the Grid, in order from top to bottom.
|
Copyright © 2018. All rights reserved.