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.
package/dist/index.js CHANGED
@@ -1212,6 +1212,7 @@ var cellRender = function cellRender(e) {
1212
1212
  if (e.column.dataType === 'datetime') {
1213
1213
  customizeDatetimeText(e);
1214
1214
  }
1215
+ return e.value;
1215
1216
  };
1216
1217
  function OdsDataGrid(props) {
1217
1218
  return grid(props);