Skip to Content
0
Feb 02, 2021 at 05:16 AM

sap.ui.model.FilterOperator.EQ doesn't work in select filter

559 Views

I create a filter Bar in filter, there are three filter select.

For the filter select, I want the value is the same with the selected name or key.

But actually it only works when I use sap.ui.model.FilterOperator.Contains.

When I change it to sap.ui.model.FilterOperator.EQ for the select, there is no any item selected in the table.

The code use to filter:

But the result is that

Filtering for Commands or Events also includes CommandExecutors and EventProcessors/Handlers

Attachments

filtercriteria.png (50.4 kB)
filter-result.png (291.3 kB)