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: Cross fixed column support #1073

Merged
merged 10 commits into from
Jan 30, 2024
Merged

feat: Cross fixed column support #1073

merged 10 commits into from
Jan 30, 2024

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Jan 30, 2024

fixed 支持多层堆叠:

Kapture 2024-01-30 at 15 32 47

Copy link

vercel bot commented Jan 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
table ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 8:37am

@zombieJ zombieJ marked this pull request as ready for review January 30, 2024 07:34
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (4b67382) 99.51% compared to head (4af5db9) 50.45%.

Files Patch % Lines
docs/examples/fixedColumns.tsx 0.00% 2 Missing ⚠️
src/hooks/useColumns/index.tsx 94.44% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1073       +/-   ##
===========================================
- Coverage   99.51%   50.45%   -49.07%     
===========================================
  Files          47       96       +49     
  Lines        4569     9026     +4457     
  Branches      579      631       +52     
===========================================
+ Hits         4547     4554        +7     
- Misses         22     4423     +4401     
- Partials        0       49       +49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zombieJ zombieJ merged commit 5db3b86 into master Jan 30, 2024
9 of 11 checks passed
@zombieJ zombieJ deleted the feat-fixed branch January 30, 2024 08:54
@@ -12,7 +12,7 @@
"@@/*": [".dumi/tmp/*"],
"rc-table": ["src/index.ts"]
},
"types": ["vitest/globals"]
"types": ["vitest/globals", "@testing-library/jest-dom"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个应该是
a.ts
import '@testing-library/jest-dom';
然后这里放 includes
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx", 'a.ts']

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

includes 加这个 tests/setup.ts

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.

2 participants