venus-design 0.6.2 → 0.6.4
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/dist/VenusTable/index.js +2 -1
- package/package.json +1 -1
package/dist/VenusTable/index.js
CHANGED
|
@@ -318,7 +318,8 @@ var VenusTable = function VenusTable(props) {
|
|
|
318
318
|
current: pageInfo.current,
|
|
319
319
|
pageSize: pageInfo.pageSize,
|
|
320
320
|
pageSizeOptions: [10, 20, 50, 100, 500]
|
|
321
|
-
}
|
|
321
|
+
},
|
|
322
|
+
ghost: true
|
|
322
323
|
}, props, {
|
|
323
324
|
//传递的其他属性
|
|
324
325
|
//toolBarRender={() =>toolsAndOptions.tools}
|