You were almost there
xTable.addColumn(new sap.ui.table.Column({ | |
label: new sap.ui.commons.Label({ text: "Val" }), | |
template: new sap.ui.commons.TextView().bindProperty("text", "Val/1") | |
})); |
Thanks
Krishna
You were almost there
xTable.addColumn(new sap.ui.table.Column({ | |
label: new sap.ui.commons.Label({ text: "Val" }), | |
template: new sap.ui.commons.TextView().bindProperty("text", "Val/1") | |
})); |
Thanks
Krishna