on 2015 Jan 21 6:54 AM
Request clarification before answering.
HI Irfan
Can you share anything special that you did when creating the table and rows?
-D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
var tbl = this.getView().byId("RembTable");
rembTemplete = new sap.m.ColumnListItem({
cells : [ ]});
myColumn = new sap.m.Column({
demandPopin: true,
hAlign:"Center"
});
myElelbl = new sap.m.Label({
text : <some text>,
});
myEleFld = new sap.m.Input({
id : <some>,
enabled: true,
});
myColumn.setHeader(myElelbl);
tbl.addColumn(myColumn);
rembTemplete.addCell(myEleFld);
tbl.addItem(rembTemplete);
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.