We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello, To add an icon to your action button in the controller, you can follow this approach:let moveDownBtnId = this.getView().byId("<pass the button id here>");
const sIconURI_seqDown = IconPool.getIconURI("sap-icon://navigation-down-arrow");
mo...