2020-09-21 19:37发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
你好!
我有一个时间轴控件(sap.suite.ui.commons.Timeline)。 当我第一次将数据模型(请求到服务器端的数据)附加到时间轴时,它仍然出现在时间轴项中。 但是,问题是,当用户添加一项或对时间轴产生影响的某项操作时,尽管刷新了所有项,但它们都会消失。
当我将fiori启动板用作应用程序的入口点时,会发生此问题。
请帮助我,非常感谢!
您的代码。...
嗨,Jun
这是我的查看详细信息
<时间轴 id =" idTimeline" enableDoubleSided =" true" enableBusyIndicator =" true" groupBy =" title" growthThreshhold =" 0" filterTitle ="标题" sortOldestFirst =" true" lazyLoading =" true" select =" onTimeLineItemSelected" content =" {/status}"> <内容> 时间轴>
在我删除了行" growingThreshhold =" 0""后,上述问题已解决。 但是,在我的控制器中,我有:
this._timeline = this.getView()。byId(" idTimeline"); var sKey = oEvent.getParameter(" selectedItem")。getProperty(" key"); this._timeline.setGroupByType(sKey);
当我激活它时,发生错误:" this._timeline.setGroupByType不是函数"
最多设置5个标签!
您的代码。...
嗨,Jun
这是我的查看详细信息
在我删除了行" growingThreshhold =" 0""后,上述问题已解决。 但是,在我的控制器中,我有:
当我激活它时,发生错误:" this._timeline.setGroupByType不是函数"
一周热门 更多>