Skip to main content

AuraPivot — options prop guide

<AuraPivot> is configured through three props:

PropTypePurpose
dataSourceArray<object>The data — a plain array of row objects.
optionsobjectThe full configuration (see below).
onOptionsChange(nextOptions) => voidFired 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 options is 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.