We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

openFilter

openFilter(uniqueName: String)

[starting from version: 2.6.7]

This API call opens the filter view for the specified field.

Parameters

Parameter/TypeDescription
uniqueName
String
The unique name of the field for which the filter view should be opened.

Example

Show the filter pop-up window for Category:

pivot.openFilter("Category");

Open the example on JSFiddle.

See also

filteropen
filterclose