HoldingsTable
stablePortfolio holdings table with position, market value, weight, and P&L columns
import { HoldingsTable } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
holdingsreq | Holding[] | — | Holding records |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Table title |
holdingsrequiredType
Holding[]Default —Holding records
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Table title
MobileStacks / Scroll
Wide table activates horizontal scroll. Pin security name and quantity columns for mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?