@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotDataFieldSortTypeEnum
Represents the sort types for pivot data fields.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
field | 2 | Sorts by the field name of the data field. | types/enum.ts:256 |
value | 1 | Sorts by the value of the data field. | types/enum.ts:252 |