ab-ui-library 1.1.7 → 1.1.8
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.
|
@@ -115,9 +115,6 @@ function Table(_ref) {
|
|
|
115
115
|
'with-border': withBorder
|
|
116
116
|
})
|
|
117
117
|
}, header, /*#__PURE__*/React.createElement("div", {
|
|
118
|
-
style: {
|
|
119
|
-
height: tableHeight
|
|
120
|
-
},
|
|
121
118
|
className: "advanced-table__inner scrollbar scrollbar--horizontal scrollbar--vertical"
|
|
122
119
|
}, /*#__PURE__*/React.createElement(DndContext, {
|
|
123
120
|
sensors: sensors,
|
|
@@ -125,7 +122,11 @@ function Table(_ref) {
|
|
|
125
122
|
onDragStart: handleDragStart,
|
|
126
123
|
onDragEnd: handleDragEnd,
|
|
127
124
|
onDragCancel: handleDragCancel
|
|
128
|
-
}, /*#__PURE__*/React.createElement("div",
|
|
125
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
126
|
+
style: {
|
|
127
|
+
height: tableHeight
|
|
128
|
+
}
|
|
129
|
+
}, /*#__PURE__*/React.createElement("table", {
|
|
129
130
|
style: {
|
|
130
131
|
minWidth: (data === null || data === void 0 ? void 0 : data.length) && table.getCenterTotalSize()
|
|
131
132
|
}
|