Saltar al contenido
El Muestrario

componente · @solu30/ui-kit/data-display

TableRow

El componente, montado

Cargando el componente del paquete instalado…

Cargando el chunk del paquete instalado…

De dónde se importa

import { TableRow } from '@solu30/ui-kit/data-display'

Props

1 props declaradas en los tipos de la versión instalada.
PropRequeridaTipoQué hace
onRowClickopcional() => voidOptional row-click handler for consumers of the low-level `Table` that don't need `DataTable`'s filtering/sorting/pagination (ADR-165 §2). Adds `tabIndex`/`onKeyDown` (Enter/Space) automatically — no `role="button"` override, the `<tr>` keeps its native row semantics (gate redblue 2026-07-12 F7). Pair with a real interactive control in one of the row's cells; this alone is not a full a11y substitute.