-
Notifications
You must be signed in to change notification settings - Fork 67
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
[DataTable]: columns group. #2599
[DataTable]: columns group. #2599
Conversation
Generated by: track-bundle-size
new sizes (raw)To set the sizes as a new baseline, you can copy/paste next content to the {
"version": "5.11.0-rc.0",
"timestamp": "2024-11-05",
"sizes": {
"templateApp": {
"css": 305813,
"js": 482935
},
"@epam/app": {
"css": 730366,
"js": 5045394
},
"@epam/draft-rte": {
"css": 9773,
"js": 45296
},
"@epam/electric": {
"css": 2289,
"js": 2409
},
"@epam/promo": {
"css": 47916,
"js": 10894
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 53755,
"js": 42554
},
"@epam/uui-components": {
"css": 22637,
"js": 251401
},
"@epam/uui-core": {
"css": 0,
"js": 346284
},
"@epam/uui-db": {
"css": 0,
"js": 45769
},
"@epam/uui-docs": {
"css": 2448,
"js": 209640
},
"@epam/uui-editor": {
"css": 12748,
"js": 175370
},
"@epam/uui-timeline": {
"css": 2254,
"js": 80667
},
"@epam/uui": {
"css": 284003,
"js": 350580
}
}
} Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
|
@@ -20,7 +20,7 @@ | |||
padding-inline-end: var(--uui-dt-header-cell-padding-end); | |||
width: 0; | |||
background-clip: padding-box; | |||
height: var(--uui-dt-header-cell-height); | |||
min-height: var(--uui-dt-header-cell-height); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is required for DataTableHeaderCell to expand to 100% height if groups are enabled.
Summary
Added column groups to DataTable.
Issue: #2634