SAP UI 5列数据字段编辑和更新

时间:2014-09-12 05:22:49

标签: sapui5

如何捕获特定的列数据并对其进行修改?

e.g。 https://sapui5.netweaver.ondemand.com/sdk/explored.html#/sample/sap.m.sample.Table/preview

<ObjectIdentifier title="{Name}" text="{ProductId}" class="sapMTableContentMargin" />

在这里我想要捕获列数据以及如何更新它

我通过

获取列数据
var tab= this.getView().byId("idProductsTable");
col=tab.getColumns()[0];
tab.getColumns()[0].setProperty("visible",false);

在这里,我必须在外部按钮上仅显示/隐藏列text =“{ProductId}”。我怎么能抓到桌子 - &gt;专栏----&gt; ObjectIdentifier - &gt;文本数据属性

请帮忙。

0 个答案:

没有答案