|
|
|
@ -30,6 +30,7 @@ export function useColumn(column: ColumnType) {
|
|
|
|
|
const isAttachment = uiDatatype === 'Attachment' |
|
|
|
|
const isRating = uiDatatype === UITypes.Rating |
|
|
|
|
const isCurrency = uiDatatype === 'Currency' |
|
|
|
|
const isDecimal = uiDatatype === UITypes.Decimal |
|
|
|
|
const isDuration = uiDatatype === UITypes.Duration |
|
|
|
|
const isPercent = uiDatatype === UITypes.Percent |
|
|
|
|
const isAutoSaved = [ |
|
|
|
@ -68,6 +69,7 @@ export function useColumn(column: ColumnType) {
|
|
|
|
|
isAttachment, |
|
|
|
|
isRating, |
|
|
|
|
isCurrency, |
|
|
|
|
isDecimal, |
|
|
|
|
isDuration, |
|
|
|
|
isAutoSaved, |
|
|
|
|
isManualSaved, |
|
|
|
|