[Bug] registerCustomCellStyle not work on some cases
Open
@fangsmile is already working on this.
Since Mar 20, 2025.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1
Link to Minimal Reproduction
1
Steps to Reproduce
this.table.registerCustomCellStyle('row-highlight', {
bgColor: '#82b2f5',
color: 'yellow'
});
带有icon的单元格文本颜色 color无法生效
行序号列的文本颜色不能生效
Current Behavior
1
Expected Behavior
1
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
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.
Assessment
This issue has not been assessed yet.