Semantics
Native table relationships, aria-sort, named checkboxes, and live result count.
Data and utilities · stable · MIT
A generic typed table with filtering, sorting, paging, and selection.
Install editable source
Behavior contract
Native table relationships, aria-sort, named checkboxes, and live result count.
Tab reaches filter, sortable headers, selection, and page controls.
Light and dark themes, logical RTL layout, reduced motion, responsive content, and forwarded public refs.
Source-derived reference
These public React parts are read directly from the canonical source during the documentation build.
GummyDataTableGummyDataTablePropsComposes Omit< React.HTMLAttributes<HTMLDivElement>, "children" | "onSelect" > & { rows: readonly Row[]; columns: readonly GummyDataTableColumn<Row>[]; getRowId: (row: Row) => string; caption: string; filterLabel?: string; filterPlaceholder?: string; pageSize?: number; initialSort?: GummyDataTableSort; selectable?: boolean; selectedRowIds?: readonly string[]; defaultSelectedRowIds?: readonly string[]; onSelectedRowIdsChange?: (rowIds: string[]) => void; getRowLabel?: (row: Row) => string; emptyMessage?: string; }
Troubleshooting
Live product source
The Component Lab exercises real source across default, focus, disabled, responsive, dark, reduced-motion, and RTL contexts.
Open the live Component LabInteractive inspection
Resize the canvas, switch its theme, or reverse its reading direction without changing the rest of the page.
Data Table preview: fluid width, light theme, left to right.
Editable source