Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Master-Master-Detail 模板开发 Fiori 应用程序,首先我按日期过滤,但我想使用默认生成的搜索框。我需要使用两个条件过滤器:日期和在搜索框中指定的元素。有人知道如何在不删除以前的过滤器的情况下添加搜索过滤器吗?
过滤器适用于ListBinding并且没有官方 API 可以访问当前过滤器对象。您可以将过滤器存储在控制器中的某个位置,但最终,您需要filter使用要应用的所有过滤器再次调用该方法。
ListBinding
filter