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

[Feature] 希望表格支持复制单元格时的回调函数, 回调函数中返回当前选中复制的图表内容 #551

Closed
1436085923 opened this issue Nov 10, 2023 · 4 comments
Assignees

Comments

@1436085923
Copy link

What problem does this feature solve?

方便调用方拿到复制内容后做一些定制化工作, 比如将复制内容转换为表格html文本使用户在一些第三方表格场景进行粘贴

What does the proposed API look like?

事件 event中增加新的类型CELL_COPY, 回调函数中返回复制的文本以及所选中的单元格配置

@1436085923
Copy link
Author

或者组件提供一些其他配置参数, 可以直接将用户的复制内容转为html放到粘贴板

@fangsmile fangsmile self-assigned this Nov 13, 2023
@fangsmile
Copy link
Contributor

着急的话 事件很快可以加上 如果需要VTable内置粘贴html格式能力 需要等一段时间哦 @1436085923

@1436085923
Copy link
Author

着急的话 事件很快可以加上 如果需要VTable内置粘贴html格式能力 需要等一段时间哦 @1436085923

可以先加事件 感恩

@fangsmile
Copy link
Contributor

复制内容转换为表格html文本使用户在一些第三方表格场景进行粘贴 这个后续后专项去做

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

When branches are created from issues, their pull requests are automatically linked.

2 participants