@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Interface: IPivotTableOptions
Represents the data structure for a pivot table config, which is match CT_pivotTableDefinition
Properties
Property | Type | Description | Defined in |
---|---|---|---|
mergeItems? | boolean | use span in the pivot table header | types/layout-type.ts:170 |
pageOverThenDown? | boolean | The 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 over | types/layout-type.ts:160 |
pageWrap? | number | The page wrap, it is the wrap of page, the page will wrap to next row when the wrapCursor is equal to pageWrap | types/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 |