Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does anyone have the requirement for "custom buttons"? #341

Open
dinggeonly opened this issue Sep 2, 2024 · 1 comment
Open

Does anyone have the requirement for "custom buttons"? #341

dinggeonly opened this issue Sep 2, 2024 · 1 comment

Comments

@dinggeonly
Copy link

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
}
]
}

@mirari
Copy link
Owner

mirari commented Sep 2, 2024

You can refer to this example, unfortunately, this style is not very vuelike.
https://codepen.io/mirari/pen/ZEXqyPq

toolbar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants