[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?
header: {
style: {
fontSize: '24px',
font-family: '微软雅黑',
text-align: 'center',
font-weight: 'bold'
},
text: 'xxxxx 2024年总表',
}
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 reviewing the export API and the existing handling of table headers. The proposed API shows a configurable title with text and style above the columns; done should mean exports can display that title with the requested styling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100