-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: columns resize sync #3724
base: main
Are you sure you want to change the base?
fix: columns resize sync #3724
Conversation
I found that setting |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3724 +/- ##
=======================================
Coverage 98.65% 98.66%
=======================================
Files 47 47
Lines 3423 3443 +20
Branches 742 747 +5
=======================================
+ Hits 3377 3397 +20
Misses 46 46
|
it makes possible to make css selector for applying special styles while measuring
I've added the
This makes it possible to add "auto-size" specific behavior without limiting "functional" behavior:
|
#3723
This PR will fix column resize sync. As a side effect, you don't need to pass maxWidth programmatically. You can apply it as a style to the
data-measuring-cell
elements (so you don't need to check if the resize amount in between max/min size; the browser will handle it)