[Feature]想自定义列头加入 writing-mode: vertical-lr; 竖着显示
Open
Nobody has claimed this yet.
Discussing
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
想自定义列头加入 writing-mode: vertical-lr; 竖着显示
What does the proposed API look like?
headerStyle:{
lineHeight:50,
fontSize:26,
fontWeight:600,
bgColor:'#a23be1',
color:'white',
textAlign:'center',
writingMode: 'vertical-lr'
},
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 code that consumes headerStyle and the header-rendering tests or entry points. Verify how writingMode is passed to column headers and check the existing style behavior. Done means a custom writingMode of vertical-lr renders column headers vertically without breaking other header styles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100