Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to set FilterBuilder default field operator

    I have a filter builder and I am setting the ValidOperaors in the setValidOperators method. However, I need to set which of those valid operators is the default such as equals instead of contains. How is this accomplished?

    #2
    We've made some changes here, for 12.0 and 12.1 - you can now setDefaultOperator() on your DataSourceField or SimpleType.

    Please retest with a build dated August 16 or later.
    Last edited by Isomorphic; 16 Aug 2018, 03:03.

    Comment

    Working...
    X