@datarobot/design-system 30.11.0 → 30.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105,7 +105,7 @@ function TableHeaderCell({
|
|
|
105
105
|
// eslint-disable-next-line react/forbid-dom-props
|
|
106
106
|
,
|
|
107
107
|
style: {
|
|
108
|
-
minWidth:
|
|
108
|
+
minWidth: header.column.columnDef.minSize,
|
|
109
109
|
width: header.getSize(),
|
|
110
110
|
left: isLeft ? header.getStart('left') : undefined
|
|
111
111
|
},
|
|
@@ -97,7 +97,7 @@ export function TableHeaderCell({
|
|
|
97
97
|
// eslint-disable-next-line react/forbid-dom-props
|
|
98
98
|
,
|
|
99
99
|
style: {
|
|
100
|
-
minWidth:
|
|
100
|
+
minWidth: header.column.columnDef.minSize,
|
|
101
101
|
width: header.getSize(),
|
|
102
102
|
left: isLeft ? header.getStart('left') : undefined
|
|
103
103
|
},
|
package/js/bundle/bundle.js
CHANGED
|
@@ -81967,7 +81967,7 @@ function TableHeaderCell(_ref) {
|
|
|
81967
81967
|
// eslint-disable-next-line react/forbid-dom-props
|
|
81968
81968
|
,
|
|
81969
81969
|
style: {
|
|
81970
|
-
minWidth:
|
|
81970
|
+
minWidth: header.column.columnDef.minSize,
|
|
81971
81971
|
width: header.getSize(),
|
|
81972
81972
|
left: isLeft ? header.getStart('left') : undefined
|
|
81973
81973
|
},
|