react-crud-mobile 1.0.701 → 1.0.702

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.
@@ -818,7 +818,7 @@ function UIList(props) {
818
818
  var scope = props.scope;
819
819
  var crud = scope.crud;
820
820
  var original = scope.original;
821
- var cols = reactCrudUtils.Utils.nvl(original.cols, 1);
821
+ var cols = reactCrudUtils.Utils.nvl(scope.getPart('cols', undefined, 1));
822
822
  var items = reactCrudUtils.Utils.nvl(scope.getItems(), []);
823
823
  var styles = (_repeat$list = {
824
824
  repeat: stylesRepeat$1,