Need a special offer?Find out if your project fits.
+
All documentation
  • API Reference for older versions
  • 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:

    flexmonster.openFilter("Category");

    Open the example on JSFiddle.

    See also

    filteropen
    filterclose