赞
踩
添加删除列:
Table.removeColumn(3);
Table.addColumn(new sap.ui.table.Column({
label: new sap.ui.commons.Label({text: "Memory Value"}),
template: new sap.ui.commons.TextField({ width: "100%", enabled: { parts: ['memModifiable'], formatter: function (v) { return oController.editableFormatter(v); } }, liveChange: enableSave, change: oController.recordChange }).bindProperty("value", "memValue"),
width: "25%"
}));
if(jstartTabStrip.getSelectedIndex()===2) {
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。