Version v3 Documentation
You are viewing documentation for an older version.
View latest (v4) documentation →
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…