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

fix: Width exceed logic #1034

Merged
merged 2 commits into from
Oct 13, 2023
Merged

fix: Width exceed logic #1034

merged 2 commits into from
Oct 13, 2023

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Oct 13, 2023

@vercel
Copy link

vercel bot commented Oct 13, 2023

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

Name Status Preview Updated (UTC)
table ✅ Ready (Inspect) Visit Preview Oct 13, 2023 3:19am

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #1034 (35c8664) into master (dcdfb08) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 35c8664 differs from pull request most recent head 1ba797d. Consider uploading reports for the commit 1ba797d to get more accurate results

@@           Coverage Diff           @@
##           master    #1034   +/-   ##
=======================================
  Coverage   99.51%   99.51%           
=======================================
  Files          47       47           
  Lines        4508     4508           
  Branches      570      571    +1     
=======================================
  Hits         4486     4486           
  Misses         22       22           
Files Coverage Δ
src/hooks/useColumns/useWidthColumns.tsx 98.91% <100.00%> (-0.02%) ⬇️
src/index.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zombieJ zombieJ merged commit 84a5b44 into master Oct 13, 2023
9 checks passed
@zombieJ zombieJ deleted the over-logic branch October 13, 2023 03:24
import Table from 'rc-table';
import { ColumnType } from 'rc-table/lib/interface';
import './assets/index.less';
import React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

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

这怎么下来了

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.

Table虚拟化,scroll.x横向区域列宽问题
2 participants