ForecastTable
stableMulti-period cash forecast table with row grouping, totals, and loading skeleton
import { ForecastTable } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
labelreq | string | — | Table title |
rowsreq | ForecastRowData[] | — | Forecast row data |
currency | string | — | Currency code |
totals | boolean | — | Show totals row |
loading | boolean | — | Show loading skeleton |
locale | string | — | BCP 47 locale override |
labelrequiredType
stringDefault —Table title
rowsrequiredType
ForecastRowData[]Default —Forecast row data
currencyType
stringDefault —Currency code
totalsType
booleanDefault —Show totals row
loadingType
booleanDefault —Show loading skeleton
localeType
stringDefault —BCP 47 locale override
MobileStacks / Scroll
Table activates horizontal scroll on narrow viewports. Pin the period column.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?