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

导出footer表尾问题 #33

Open
zkzgs opened this issue Sep 23, 2024 · 0 comments
Open

导出footer表尾问题 #33

zkzgs opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zkzgs
Copy link

zkzgs commented Sep 23, 2024

可复现的链接:

https://github.com/x-extends/vxe-table-plugin-export-xlsx/blob/master/index.ts

问题描述与截图:

  1. 可以看到源码中导出没有对footerExportMethod进行处理,csv是正常的
    image
  2. footer使用的是getVMColumnIndex ,获取渲染中索引,开启虚拟滚动后会出现错乱,测试更换为getVTColumnIndex后正常
    image
  3. 使用footerFormatter对导出无效,有没有类型getCellLabel 的api获取表尾, 现在只能搭配footerExportMethod进行导出

期望的结果:

No response

操作系统:

window 10

浏览器版本:

Chrome 128.0.6613.138

vue 版本:

3.2.33

vxe-table 版本:

4.7.55

@zkzgs zkzgs added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant