[Feature] 导出图片,是否考虑增加导出全量数据
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
导出图片的过程中,希望可以把所有数据导出为图片,不仅仅是可视区域内的数据。
exportImg()这个方法名带有一些误导性,误以为可以把表格所有数据导出为图片。
What does the proposed API look like?
base64String=tableInstance.exportImg();
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.