openFilter(uniqueName: String)
[starting from version: 2.6.7]
This API call opens the filter view for the specified field.
| Parameter/Type | Description |
|---|---|
| uniqueName String | The unique name of the field for which the filter view should be opened. |
Show the filter pop-up window for Category:
pivot.openFilter("Category");Open the example on JSFiddle.