Need a special offer?Find out if your project fits.
+
API reference
  • API Reference for older versions
  • Table of contents

    openFilter

    openFilter(uniqueName: String)

    [starting from version: 2.6.7]

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

    Parameters

    Parameter/Type Description
    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