react-crud-mobile 1.0.702 → 1.0.703

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.
@@ -718,7 +718,7 @@ function UIListRow(props) {
718
718
  var index = props.index;
719
719
  var original = scope.original;
720
720
  var item = props.item;
721
- var cols = reactCrudUtils.Utils.nvl(original.cols, 1);
721
+ var cols = scope.getPart('cols', undefined, 1);
722
722
  var rowWidth = Math.floor(100 / cols) + '%';
723
723
  var styles = (_repeat$list = {
724
724
  repeat: stylesRepeat,