BreakAnalysisTable
stableReconciliation break analysis table with break type, age, counterparty, amount, and open/aging/critical status
import { BreakAnalysisTable } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
breaksreq | ReconciliationBreak[] | — | Break entries with type, status, amount, and counterparty |
agingDays | number | — | Days threshold for aging status (default: 3) |
minBreakAmount | number | — | Filter breaks below this absolute amount |
breaksrequiredType
ReconciliationBreak[]Default —Break entries with type, status, amount, and counterparty
agingDaysType
numberDefault —Days threshold for aging status (default: 3)
minBreakAmountType
numberDefault —Filter breaks below this absolute amount
MobileStacks / Scroll
Table activates horizontal scroll on mobile. Pin the first column (break type) for reference while scrolling.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?