@univerjs-pro/engine-pivot v0.5.0-beta.1Docs


Interface: IPivotTableOptions

Represents the data structure for a pivot table config, which is match CT_pivotTableDefinition

Properties

PropertyTypeDescriptionDefined in
mergeItems?booleanuse span in the pivot table headertypes/layout-type.ts:170
pageOverThenDown?booleanThe page over then down, it is the layout of page, if the pageOverThenDown is true, the page will layout over then down, otherwise, the page will layout down then overtypes/layout-type.ts:160
pageWrap?numberThe page wrap, it is the wrap of page, the page will wrap to next row when the wrapCursor is equal to pageWraptypes/layout-type.ts:156
showColHeaders?boolean-types/layout-type.ts:162
showColStripes?boolean-types/layout-type.ts:163
showLastColumn?boolean-types/layout-type.ts:164
showRowHeaders?boolean-types/layout-type.ts:165
showRowStripes?boolean-types/layout-type.ts:166