@hw-component/table 0.0.8-beta-v1 → 0.0.8-beta-v2
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.
package/es/HTableBody/index.js
CHANGED
|
@@ -118,7 +118,8 @@ var Body = (function (_ref) {
|
|
|
118
118
|
children: /*#__PURE__*/React.cloneElement(headerTitle, {
|
|
119
119
|
selectedRowData: selectedRowData,
|
|
120
120
|
allSelectChange: allSelectChange,
|
|
121
|
-
rowOnChange: rowOnChange
|
|
121
|
+
rowOnChange: rowOnChange,
|
|
122
|
+
tableInstance: tableInstance
|
|
122
123
|
})
|
|
123
124
|
}), alwaysShowAlert && jsx("div", {
|
|
124
125
|
style: contentStyle,
|
package/lib/HTableBody/index.js
CHANGED
|
@@ -121,7 +121,8 @@ var Body = (function (_ref) {
|
|
|
121
121
|
children: /*#__PURE__*/React.cloneElement(headerTitle, {
|
|
122
122
|
selectedRowData: selectedRowData,
|
|
123
123
|
allSelectChange: allSelectChange,
|
|
124
|
-
rowOnChange: rowOnChange
|
|
124
|
+
rowOnChange: rowOnChange,
|
|
125
|
+
tableInstance: tableInstance
|
|
125
126
|
})
|
|
126
127
|
}), alwaysShowAlert && jsxRuntime.jsx("div", {
|
|
127
128
|
style: contentStyle,
|
package/package.json
CHANGED
|
@@ -105,7 +105,7 @@ export default ({
|
|
|
105
105
|
<Row gutter={[0, 8]} style={contentStyle}>
|
|
106
106
|
{React.cloneElement(
|
|
107
107
|
headerTitle as DetailedReactHTMLElement<any, any>,
|
|
108
|
-
{ selectedRowData, allSelectChange, rowOnChange }
|
|
108
|
+
{ selectedRowData, allSelectChange, rowOnChange ,tableInstance}
|
|
109
109
|
)}
|
|
110
110
|
</Row>
|
|
111
111
|
)}
|