ods-component-lib 1.14.12 → 1.14.13

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.
@@ -1208,6 +1208,7 @@ var cellRender = function cellRender(e) {
1208
1208
  if (e.column.dataType === 'datetime') {
1209
1209
  customizeDatetimeText(e);
1210
1210
  }
1211
+ return e.value;
1211
1212
  };
1212
1213
  function OdsDataGrid(props) {
1213
1214
  return grid(props);