# Pivot Table Slicer

## Content

Pivot Table supports slicers, which provide convenient graphical interfaces for the label filter.
PivotTable supports the following types of slicers:

* [Pivot Table Item slicer](/spreadjs/docs/v16/features/pivot-table/pt-slicer/pivot-table-item-slicer)
* [Pivot Table Timeline slicer](/spreadjs/docs/v16/features/pivot-table/pt-slicer/pivot-table-timeline-slicer)

> **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](/spreadjs/docs/v16/rnotes/release-notes-for-version-1520).