Skip to content
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(abc:st): add onCell, support colSpan and rowSpan merging #1613

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

cipchk
Copy link
Member

@cipchk cipchk commented Jul 19, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Other information

@ng-alain-bot
Copy link
Contributor

ng-alain-bot commented Jul 19, 2023

Preview is ready!

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #1613 (8c8549b) into master (45863a1) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 8c8549b differs from pull request most recent head f53db2e. Consider uploading reports for the commit f53db2e to get more accurate results

@@           Coverage Diff           @@
##           master    #1613   +/-   ##
=======================================
  Coverage   95.51%   95.52%           
=======================================
  Files         277      277           
  Lines        8525     8534    +9     
  Branches     1668     1674    +6     
=======================================
+ Hits         8143     8152    +9     
  Misses        317      317           
  Partials       65       65           
Impacted Files Coverage Δ
packages/abc/st/st-data-source.ts 100.00% <100.00%> (ø)
packages/abc/st/st.component.ts 99.78% <100.00%> (+<0.01%) ⬆️

@cipchk cipchk merged commit 9ab109e into master Jul 20, 2023
8 checks passed
@cipchk cipchk deleted the issues-st-onCell branch July 20, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

st 表格数据行相同合并
2 participants