[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?
用户部分用户对于某些数据一上来可能会先关注降序,有些关注升序,但是目前点击排序是固定的顺序,先下后上。
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 TypeScript implementation for pivot-table sorting and the handler for clicking sort arrows. Read how the current fixed down-then-up order is selected and determine where the proposed arrow-direction parameter belongs. Done means the sorting interaction can distinguish upward from downward arrow clicks and the public API behavior is documented or tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100