ASP.NET Core MVC Controls | ComponentOne
In This Topic
    IValueFiterSetting Interface
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet

    The value filter setting.

    Properties

    Properties

    dataMap

    The DataMap used to convert raw values into display values shown when editing this filter.

    Type
    DataMap

    exclusiveValueSearch

    Gets or sets a value that determines whether the filter should include only values selected by the filterText property.

    This property is set to true by default, which matches Excel's behavior.

    Set it to false to disable this behavior, so searching only affects which items are displayed on the list and not which items are included in the filter.

    Type
    boolean

    maxValues

    The maximum number of elements on the list of display values.

    Type
    number

    sortValues

    A value that determines whether the values should be sorted

    Type
    boolean

    uniqueValues

    An array containing the unique values to be displayed on the list.

    Type
    any[]