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
https://stackblitz.com/edit/angular-yqkxui
在st组件里同时使用虚拟滚动和统计
虚拟滚动和统计同时生效
统计功能失效了
The text was updated successfully, but these errors were encountered:
Use virtual scrolling and statistics at the same time in the ST component
Virtual scrolling and statistics
Statistical function invalid
Sorry, something went wrong.
受限于 nz-table ,当存在虚拟滚动时,的确无法使用。需要这里可以使用 footer 来解决,但这又会因为 nz-table 提供的 nzFooter 是单一空白行,因此难于实现虚拟滚动的情况下做样式处理。
nz-table
footer
nzFooter
可以去 NG-ZORRO 的 ISSUES 推动虚拟滚动下,支持自定义 <tr> 行。不过这本身 就是非常难于实现,或者说实现成本 有点高,要总是把自定义 计算在内。
<tr>
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-yqkxui
Steps to reproduce
在st组件里同时使用虚拟滚动和统计
What is expected?
虚拟滚动和统计同时生效
What is actually happening?
统计功能失效了
The text was updated successfully, but these errors were encountered: