You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what he is asking is how to add disabled to the extra toolbar button. I am also looking for this.
toolbarExtraButtons: [
{ text: 'Finish', class: 'btn btn-info', event: () => { alert("Finished!!!"); } }
]
How coud I disable a ExtraButton ?
The text was updated successfully, but these errors were encountered: