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
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| onRowClick | opcional | () => void | Optional 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. |