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

数据表格 Data Table 当设置 summary 和 virtual-scroll,summary 需要滚动到底部才出现,分页设置50,100,500,1000, virtual-scroll滚动问题 #6585

Open
5 tasks done
Tracked by #6736 ...
yushan023 opened this issue Dec 1, 2024 · 1 comment · May be fixed by #6713

Comments

@yushan023
Copy link

Describe the bug

1、summary 我本来设置position:sticky,但因为 virtual-scroll,因未渲染summary ,我设置的position:sticky失效了
2、分页设置50,100,500,1000, virtual-scroll滚动问题,当分页是50,设置virtual-scroll,滚动很卡顿,但是在500,1000里面可以,这个问题能修复吗?

Steps to reproduce

<BasicTable
ref="actionRef"
remote
dbName="salesDetail"
:columns="salesDetailColumns()"
:action-column="actionColumn"
:request="loadDataTable"
:requestOnMounted="false"
:row-key="(row) => row.id"
:scroll-x="2600"
:striped="true"
:pure-table="true"
:is-report-table="true"
:summary="createSummary"
:min-row-height="39"
virtual-scroll
@update:sorter="handleSorterChange"
>

Link to minimal reproduction

1

System Info

谷歌浏览器

Used Package Manager

npm

Validations

@yushan023 yushan023 added the untriaged need to sort label Dec 1, 2024
@jahnli
Copy link
Collaborator

jahnli commented Dec 1, 2024

Provide a based on CodeSandbox or stackblitz `s Minimal Reproducible Example

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

Successfully merging a pull request may close this issue.

2 participants