Hello,
When editing a record I want to hide the Close button and only show the Save button. (The Close button redirects to the List, which we don’t want in this instance)
Have tried this but it does not hide the Close button:
fd.spRendered(() => {
// remove the close button
fd.toolbar.buttons.splice(1, 1);
});
Can someone tell me what I’m doing wrong?
Thanks
