Announcement

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

    FilterBuilder restriction of operators

    I have the following problem. In Filterbuilder there is plenty of operators availiable like "less than" "greater then" etc. Is there a way to restrict that list per datasource field or globally?

    #2
    FilterBuilder.setDataSource(), the primary data source will contain getFieldOperators() which defines the set of operators and is used for each filter clause.

    Comment

    Working...
    X