v5.0.0
Live Demo →
API Documentation →
⚠️ Breaking Changes Since v4.x:
- The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the
src/vaadin-grid.html
- The
vaadin-grid-cell-content
elements are now block containers instead of flex containers, and aligned to the center of the cell (instead of stretched). height: auto
no longer makes the grid auto-size by rows. Use the newheightByRows
property instead.
New Features Since v4.x:
- You can now style the first body row with
[part="row"][first]
. Useful for canceling a row border for the first row.