[]
Pivot Table supports slicers, which provide convenient graphical interfaces for the label filter.
PivotTable supports the following types of slicers:
Note: To work with pivot slicers in a SpreadJS worksheet, you need to reference the following plugins:
gc.spread.sheets.all.js
gc.spread.sheets.shapes.js
gc.spread.sheets.slicers.js
gc.spread.pivot.pivottables.js
The Slicer Plugin relies on the Shape Plugin, so the Shape Plugin must be imported first.
To upgrade to the new slicers, see Breaking Changes.