We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、summary 我本来设置position:sticky,但因为 virtual-scroll,因未渲染summary ,我设置的position:sticky失效了 2、分页设置50,100,500,1000, virtual-scroll滚动问题,当分页是50,设置virtual-scroll,滚动很卡顿,但是在500,1000里面可以,这个问题能修复吗?
<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" >
1
谷歌浏览器
npm
The text was updated successfully, but these errors were encountered:
Provide a based on CodeSandbox or stackblitz `s Minimal Reproducible Example
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: