on 2024 Aug 01 8:29 AM
i am working on UI5 adaptation and trying to remove a field 'Elims' from personalization menu of smart table how to do that i have tried
Request clarification before answering.
Hi, you can try the following code
onBeforeRebindTableExtension: function (oEvent) {
oEvent.getSource().deactivateColumns(['property1','property2']);
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.