@hw-component/table 0.0.3-beta-v8 → 0.0.3-beta-v9

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.
@@ -92,6 +92,9 @@ var Body = (function (_ref) {
92
92
  columns: cols,
93
93
  tableAlertRender: false,
94
94
  search: false,
95
+ options: {
96
+ reload: tableInstance.table.reloadWithParams
97
+ },
95
98
  tableStyle: {
96
99
  paddingBottom: 0
97
100
  },
@@ -95,6 +95,9 @@ var Body = (function (_ref) {
95
95
  columns: cols,
96
96
  tableAlertRender: false,
97
97
  search: false,
98
+ options: {
99
+ reload: tableInstance.table.reloadWithParams
100
+ },
98
101
  tableStyle: {
99
102
  paddingBottom: 0
100
103
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "0.0.3-beta-v8",
3
+ "version": "0.0.3-beta-v9",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -76,6 +76,9 @@ export default ({
76
76
  columns={cols}
77
77
  tableAlertRender={false}
78
78
  search={false}
79
+ options={{
80
+ reload:tableInstance.table.reloadWithParams
81
+ }}
79
82
  tableStyle={{
80
83
  paddingBottom: 0,
81
84
  }}