|
|
@ -31,6 +31,7 @@ export default (column: ColumnType) => { |
|
|
|
const isRating = uiDatatype === UITypes.Rating |
|
|
|
const isRating = uiDatatype === UITypes.Rating |
|
|
|
const isCurrency = uiDatatype === 'Currency' |
|
|
|
const isCurrency = uiDatatype === 'Currency' |
|
|
|
const isDuration = uiDatatype === UITypes.Duration |
|
|
|
const isDuration = uiDatatype === UITypes.Duration |
|
|
|
|
|
|
|
const isPercent = uiDatatype === UITypes.Percent |
|
|
|
const isAutoSaved = [ |
|
|
|
const isAutoSaved = [ |
|
|
|
UITypes.SingleLineText, |
|
|
|
UITypes.SingleLineText, |
|
|
|
UITypes.LongText, |
|
|
|
UITypes.LongText, |
|
|
@ -72,5 +73,6 @@ export default (column: ColumnType) => { |
|
|
|
isManualSaved, |
|
|
|
isManualSaved, |
|
|
|
isSingleSelect, |
|
|
|
isSingleSelect, |
|
|
|
isMultiSelect, |
|
|
|
isMultiSelect, |
|
|
|
|
|
|
|
isPercent, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|