Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Method and Description |
---|---|
FooterRow |
Grid.appendFooterRow()
Adds a new footer row to the bottom of the existing footer rows.
|
FooterRow |
Grid.prependFooterRow()
Adds a new footer row on the top of the existing footer rows.
|
Modifier and Type | Method and Description |
---|---|
List<FooterRow> |
Grid.getFooterRows()
Gets all of the footer rows in the Grid, in order from top to bottom.
|
Copyright © 2023. All rights reserved.