@bigbinary/neetoui 5.2.37 → 5.2.38

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/index.cjs.js CHANGED
@@ -33788,7 +33788,7 @@ var Table = function Table(_ref) {
33788
33788
  }
33789
33789
  });
33790
33790
  });
33791
- var isPaginationVisible = rowData.length > defaultPageSize;
33791
+ var isPaginationVisible = otherProps.pagination !== false && rowData.length > defaultPageSize;
33792
33792
  var rowSelectionProps = false;
33793
33793
  if (rowSelection) {
33794
33794
  rowSelectionProps = _objectSpread$6(_objectSpread$6({