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
Load the real component preview when you are ready to interact with its responsive, theme, and direction controls.
Editable source
The registry payload stays off the initial page request.