Announcement

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

    How to sort field titles in FilterBuilder field picker

    We use the FilterBuilder extensively and we also have some data sources with many fields. When the list of fields is long, having them listed in the order in which they appear in the data source makes it difficult for users to find the field they want.

    We'd like to sort the field titles in alphabetical order so the list is easier to navigate. Ideally we'd like to use a ComboboxItem with an auto-complete function. Are either of those possible?

    #2
    Yes - you can supply a DataSource from which the FilterBuilder fetches field definitions - see FilterBuilder.fieldDataSource.

    Comment

    Working...
    X