@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Function: createValueField()
function createValueField(data): PivotTableValueField
- Create a value field from the JSON data.
Parameters
Parameter | Type | Description |
---|---|---|
data | IPivotTableValueFieldJSON | The JSON data of the value field. |
Returns
- The value field created from the JSON data.
Defined in
pivot/table-field.ts:337