on ‎2019 May 01 6:54 AM

i created Smar table with dynamic code
var smart = new sap.ui.comp.smarttable.SmartTable("mainsmarttable", settingsTable);
but i will try to add columns like below
smart._oTable.insertColumn(new sap.ui.table.Column({ resizable: true, autoResizable: true, label: new sap.m.Label({ text: "Vtext", design: "Bold" }), template: new SmartField({ value: { path: "Vtext" }, editable: false }) }));
Column added but Settings button not working can you tell any body what's wrong my side.
Request clarification before answering.
hi,
I do not understand why do you want to use dynamic programming with Smart table?
This UI component is annotation driver, do it with annotation and it will work!.
Regards,
Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is Krys are statics or Dynamic ? Are your keys the same during all the runtime?
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 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.