[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?
现有顺序:asc->desc->null
希望点击排序可以自定义从哪个开始,desc->asc->null
希望点击上箭头,排序升序
点击下箭头排序降序
What does the proposed API look like?
sortOrders:["desc","asc",null]
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 table sorting implementation and the public API entry point for the proposed sortOrders option. Trace how header up and down arrows trigger sorting, then add coverage for custom order sequences and direction-specific clicks; done means the documented sequence and arrow behavior match the request.
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
- 43/100