ods-component-lib 1.14.10 → 1.14.11

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
@@ -1205,6 +1205,7 @@ var customizeDatetimeText = function customizeDatetimeText(e) {
1205
1205
  return e.value;
1206
1206
  };
1207
1207
  var cellRender = function cellRender(e) {
1208
+ console.log(e);
1208
1209
  if (e.dataField === 'IsActive' || e.dataField === 'Status') {
1209
1210
  customizeBooleanColumnRender(e);
1210
1211
  }