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
Does anyone have the requirement for "custom buttons", so that you can expand other functions based on this component.
For example,we can set the options for extensions like this:
extensions :{
"buttons": [
{
"id": "btn-delete",
"text": "Delete",
"onClick": null
},
{
"id": "btn-download",
"text": "Download",
"onClick": null
}
]
}
The text was updated successfully, but these errors were encountered:
Does anyone have the requirement for "custom buttons", so that you can expand other functions based on this component.
For example,we can set the options for extensions like this:
extensions :{
"buttons": [
{
"id": "btn-delete",
"text": "Delete",
"onClick": null
},
{
"id": "btn-download",
"text": "Download",
"onClick": null
}
]
}
The text was updated successfully, but these errors were encountered: