-
Notifications
You must be signed in to change notification settings - Fork 27
fix: column width in list #5875
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
Conversation
🦋 Changeset detectedLatest commit: 89f5298 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ffd2d90 to
b662c74
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5875 +/- ##
==========================================
+ Coverage 91.75% 91.78% +0.03%
==========================================
Files 335 335
Lines 7073 7099 +26
Branches 2734 2738 +4
==========================================
+ Hits 6490 6516 +26
Misses 583 583
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
b662c74 to
a5a100c
Compare
a5a100c to
244fcbf
Compare
244fcbf to
b8601a4
Compare
b8601a4 to
47ab14a
Compare
Summary
Type
Summarize concisely:
What is expected?
Fix
List.Cellwidth when it is in %Add prop
colMode. By default set to "flexible", the width of a column will be adapted to its context (if the sum of the column width > container for instance, it will shrink). When set to "strict", the column will strictly follow the given widths.Examples:

flexible with long "oneLine" content:
strict with long "oneLine" content:

strict and flexible with multiline content: