@aloudata/aloudata-design 0.2.0-beta.15 → 0.2.0-beta.16
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/Table/index.js +1 -1
- package/lib/Table/index.js +1 -1
- package/package.json +1 -1
package/es/Table/index.js
CHANGED
|
@@ -365,7 +365,7 @@ function Table(_ref, ref) {
|
|
|
365
365
|
className: classnames("".concat(prefixCls, "-list"), _defineProperty({}, "".concat(prefixCls, "-innerScroll"), innerScroll)),
|
|
366
366
|
id: RANDOM_ID,
|
|
367
367
|
ref: tableBodyListRef
|
|
368
|
-
}, innerScroll
|
|
368
|
+
}, innerScroll ? /*#__PURE__*/React.createElement(InfiniteScroll, {
|
|
369
369
|
dataLength: rows.length,
|
|
370
370
|
next: loadMore,
|
|
371
371
|
hasMore: !!hasNextPage,
|
package/lib/Table/index.js
CHANGED
|
@@ -389,7 +389,7 @@ function Table(_ref, ref) {
|
|
|
389
389
|
className: (0, _classnames7.default)("".concat(prefixCls, "-list"), _defineProperty({}, "".concat(prefixCls, "-innerScroll"), innerScroll)),
|
|
390
390
|
id: RANDOM_ID,
|
|
391
391
|
ref: tableBodyListRef
|
|
392
|
-
}, innerScroll
|
|
392
|
+
}, innerScroll ? /*#__PURE__*/_react.default.createElement(_reactInfiniteScrollComponent.default, {
|
|
393
393
|
dataLength: rows.length,
|
|
394
394
|
next: loadMore,
|
|
395
395
|
hasMore: !!hasNextPage,
|