Hi sir,
How do I hide a button in the Optimus toolbar below?
https://dhtmlx.com/docs/products/demoApps/dhtmlxExam/#exams
this.on(“view:editExam”, id => {
this.show(TopView, ConfigWindow, {
action: “edit”,
item: this.exams.getItem(id),
});
// I want to Hide id:“addButton” button here.
});