Changelog
Changelog — 2026-06-19
Daily docs refresh.
Features
- Inline row selection for the data grid.
useDataGridnow accepts arowSelectionDisplayprop. The default"select-column"keeps the dedicated checkbox column, while"name-slot"folds the selection control into the name column on hover for a more compact, Notion-style row. Shift-click range selection is now tracked by row id rather than index, so it stays correct across sorting and filtering.