[Feature] rowSeriesNumber配置的相关建议
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
1.对于ListTable能不能把rowSeriesNumber配置的列作为rowHeader,这样就能通过主题设置好行表头样式了。
2.rowSeriesNumber设置了拖动之后,只会改变body 里面的数据顺序,而不会改变rowSeriesNumber的顺序,因为我的顺序自定义的文字顺序,所以希望拖动时也可以改变rowSeriesNumber的顺序
3.拖拽能不能像透视表一样,不设置icon,可以在rowSeriesNumber这一列,直接把鼠标切换成四向箭头直接拖动
What does the proposed API look like?
无
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 locating the ListTable implementation of rowSeriesNumber and its existing row-drag behavior. Review how row headers, custom row-number labels, and drag handles are represented, then determine the expected behavior for styling, reordering labels, and four-way cursor dragging. Done means all three requested interactions work consistently and are covered by the project's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100