@univerjs-pro/engine-pivot v0.5.4
Function: createValueField()
function createValueField(data): PivotTableValueField
Defined in: pivot/table-field.ts:337
- 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.