Grid Row
Control where items are placed vertically in the grid.
The gridRow property defines which rows an item should occupy within a grid.
Example
Loading Preview…
Quick Notes
startandenddefine the grid lines.- You can use absolute indices (1-indexed) or relative spans (e.g.,
{ span: 2 }).