[Bug] 列多情况下,左右快速滑动卡顿问题
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.19.8
Link to Minimal Reproduction
1
Steps to Reproduce
目前我使用import { AddRowColumnPlugin } from '@visactor/vtable-plugins'来实现加列,目前需求是点击某个按钮,动态加180列,加载后,左右滑动过快很卡顿,这种要怎么解决,可以设置一个参数:动态开启虚拟滚动吗,这样在列多的时候,可以关闭,这样滑动就应该不会出现卡顿 。
Current Behavior
或者有什么方案解决列多情况下,左右快速滑动卡顿问题
Expected Behavior
谢谢
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the lag in VTable 1.19.8 with AddRowColumnPlugin and 180 dynamically added columns, since no usable minimal reproduction or environment details are provided. Read the plugin and table scrolling documentation or source to identify available virtualization settings, then compare fast horizontal scrolling before and after the change; done means a documented, measurable improvement without breaking column insertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100