@easydata/crud 1.4.6-rc01 → 1.4.6

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.
@@ -4611,6 +4611,7 @@ var easy_grid_EasyGrid = /** @class */ (function () {
4611
4611
  widthOptions[dataType] = easy_grid_assign(easy_grid_assign({}, widthOptions.otherColumns), widthOptions[dataType]);
4612
4612
  }
4613
4613
  });
4614
+ widthOptions[DataType.Unknown] = widthOptions.otherColumns;
4614
4615
  };
4615
4616
  EasyGrid.prototype.setSlot = function (slot) {
4616
4617
  if (typeof slot === 'string') {