智能 Table 事件 beforeRebindTable 仅在 SAP UI5 中加载视图时调用

Smart Table event beforeRebindTable calling only when view loads in SAP UI5

我面临智能 table 事件 beforeRebindTable 的问题,我在视图 2 中有一个智能 table 基于视图 1 上的一些选择,我们需要导航到 view2 并将数据绑定到智能 table,我在 beforeRebindTable 事件中编写我的代码,第一次它工作正常,但是当我们导航到 view1 并再次在 view1 中选择一些值并导航到 view2 然后beforeRebindTable 事件未触发。

求推荐。

导航到第二页后,您应该调用#rebindTable 方法以触发该事件。

如果您使用 sap.ui.core.routing class 进行导航,那么您可以在 'routePatternMatched' 事件中进行导航。