[Feature] 拖拽移动行的时候,激活区只有第一列,拖拽时鼠标超出第一列区域就无效了,希望仅拖拽行的时候,整行每列位置都是生效的
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
希望仅拖拽行的时候,整行每列位置都是生效的
目前官网案例也有标题所述的现象,体感不是很好
https://visactor.io/vtable/demo/interaction/move-row-position
What does the proposed API look like?
dragHeaderMode: "row",时生效
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 with the move-row demo at https://visactor.io/vtable/demo/interaction/move-row-position and trace the interaction path for dragHeaderMode: "row". Check how the active drag area is determined across row cells, then verify that dragging from any column position works and that the demo behavior is corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100