Data Grid

A headless data grid primitive with state management for sorting, pagination, row selection, column visibility/reorder/resize, and keyboard navigation. Designed to be composed into fully styled grid components.

Basic

A headless data grid using BbDataGridHeader, BbDataGridHeaderCell, BbDataGridBody, BbDataGridRow, and BbDataGridCell. Set Sortable on header cells to enable click-to-sort.
Loading example…

Row Selection

Set SelectionMode to Single or Multiple to enable row selection. Use OnSelectionChange to respond to selection changes.
Loading example…

Anatomy

Loading example…