-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: customize column header #2333
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lumixraku
force-pushed
the
feat/customize-col-header
branch
from
May 28, 2024 06:30
1b65af5
to
ae75bbe
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2333 +/- ##
==========================================
- Coverage 27.18% 27.16% -0.02%
==========================================
Files 1653 1653
Lines 83623 83685 +62
Branches 17400 17420 +20
==========================================
+ Hits 22729 22736 +7
- Misses 60894 60949 +55 ☔ View full report in Codecov by Sentry. |
View Deployment
|
lumixraku
changed the title
feat: Customize column header
feat: customize column header
May 28, 2024
lumixraku
force-pushed
the
feat/customize-col-header
branch
3 times, most recently
from
May 28, 2024 11:39
fad8abc
to
d25d393
Compare
jikkai
requested changes
May 28, 2024
lumixraku
force-pushed
the
feat/customize-col-header
branch
2 times, most recently
from
May 29, 2024 04:08
fd2ee17
to
0a2cd26
Compare
4 tasks
Dushusir
approved these changes
Jun 12, 2024
lumixraku
force-pushed
the
feat/customize-col-header
branch
from
June 19, 2024 03:01
0a2cd26
to
047a051
Compare
jikkai
approved these changes
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #859
https://github.com/dream-num/univer-pro/issues/859
Customize column header in render layer.
Use headerStyle to set the style for all columns, and use columnsCfg to customize the style of each column in order.
Pull Request Checklist