Valo
Theme source code
Data Grid
Basic grid
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
Borderless
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
Row dividers
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
Column dividers
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
Row stripes
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
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.
This example is also using the row-dividers
theme variant to make the content easier to read.
[[item.firstName]]
[[item.lastName]]
[[item.address.street]], [[item.address.city]]
Column grouping, column resizing, frozen columns and footers
[[index]]
[[item.name.first]]
[[item.name.last]]
[[item.location.city]]
[[item.location.state]]
[[item.location.street]]
Styling API
Shadow parts and states
See the API documentation for vaadin-grid