-
Is there an existing issue for this?
Describe the bug虚拟滚动模式下,选中行数据会随着滚动消失 Expected Behavior全选:当前Table所有行全选 Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To Reproduce官方的 Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
@javazfj Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
-
@javazfj 无效 Issue 请按照要求提供详细步骤,示例工程或者录屏 |
Beta Was this translation helpful? Give feedback.
-
@ArgoZhang 就是官网虚拟滚动的样例,加了ClickToSelect="true" IsMultipleSelect="true"2个属性,然后随机生成数据改成了1000条 |
Beta Was this translation helpful? Give feedback.
-
@javazfj 抱歉理解不到位,无法提供帮助 |
Beta Was this translation helpful? Give feedback.
-
@ArgoZhang |
Beta Was this translation helpful? Give feedback.
-
@javazfj 感谢提交复现示例仓库,代码不要以图片的方式给出。用 github 的 md 格式。图片无法不方便复制粘贴,还会变形。 这个功能目前还没有支持。虚拟滚动为了性能目前几乎没有做任何功能。 比如这个功能,如果要做出来,假设虚拟滚动 10万行数据,为了这个选中,需要内部构造一个缓存,每条数据渲染前都需要进行缓存的比对处理,这本身就是一个巨大的性能消耗。暂时没有做这些相关处理 需要测试评估一下性能后期可能会安排这个功能 |
Beta Was this translation helpful? Give feedback.
-
好的,感谢。 |
Beta Was this translation helpful? Give feedback.
@javazfj 感谢提交复现示例仓库,代码不要以图片的方式给出。用 github 的 md 格式。图片无法不方便复制粘贴,还会变形。
这个功能目前还没有支持。虚拟滚动为了性能目前几乎没有做任何功能。
比如这个功能,如果要做出来,假设虚拟滚动 10万行数据,为了这个选中,需要内部构造一个缓存,每条数据渲染前都需要进行缓存的比对处理,这本身就是一个巨大的性能消耗。暂时没有做这些相关处理
需要测试评估一下性能后期可能会安排这个功能