AuraPivot — options prop guide
<AuraPivot> is configured through three props:
| Prop | Type | Purpose |
|---|---|---|
dataSource | Array<object> | The data — a plain array of row objects. |
options | object | The full configuration (see below). |
onOptionsChange | (nextOptions) => void | Fired after every in-component edit. |
options and dataSource are split on purpose: dataSource is the rows,
options.data.fields is the schema for those rows.
Where to go next
- Apply model — how
optionsis re-applied to the table. - Options reference — every key in the schema, section by section. Each section page includes a concept overview, a reference table, and task-oriented recipes with screenshots.