Documentation

(applications)

Using FilterEditor With Custom Filter

The FilterEditor supports standard filtering with predefined conditions or full text. If you want to work with FilterEditors but still want to set a custom filter, simply disable automatic search and add a filter changed event:

filterEditor.setAutoSearch(false);
filterEditor.eventFilterValueChanged().addListener(this, "doCustomFilter);

Simply set a custom filter condition via doCustomFilter.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information