ids-enterprise-typings 10.13.0 → 10.13.1
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.
|
@@ -824,6 +824,9 @@ interface SohoDataGridColumn {
|
|
|
824
824
|
/** Options associated with the associated editor type, e.g. SohoDropDownOptions. */
|
|
825
825
|
editorOptions?: any;
|
|
826
826
|
|
|
827
|
+
// Do not blank out the cell when editing
|
|
828
|
+
doNotEmptyCellWhenEditing?: boolean;
|
|
829
|
+
|
|
827
830
|
// 'checkbox', 'date', 'decimal', 'contents', 'select' otherwise a string.
|
|
828
831
|
filterType?: SohoDataGridColumnFilterType | string;
|
|
829
832
|
|