ngx-rs-ant 0.12.4 → 0.12.5

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.
@@ -1256,7 +1256,7 @@ class DataGridComponent {
1256
1256
  column.cellTemplate = 'multipleValueCellTemplate';
1257
1257
  break;
1258
1258
  default:
1259
- column.cellTemplate = 'textCellTemplate';
1259
+ // column.cellTemplate = 'textCellTemplate';
1260
1260
  break;
1261
1261
  }
1262
1262
  break;