|
|
@ -84,12 +84,12 @@ async function getSampleColumnValue(column: Column): Promise<any> { |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UITypes.SingleLineText: |
|
|
|
case UITypes.SingleLineText: |
|
|
|
{ |
|
|
|
{ |
|
|
|
return 'Text'; |
|
|
|
return 'Sample Text'; |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UITypes.LongText: |
|
|
|
case UITypes.LongText: |
|
|
|
{ |
|
|
|
{ |
|
|
|
return 'Long text'; |
|
|
|
return 'Sample Long text'; |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UITypes.Attachment: |
|
|
|
case UITypes.Attachment: |
|
|
@ -189,7 +189,7 @@ async function getSampleColumnValue(column: Column): Promise<any> { |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UITypes.Formula: |
|
|
|
case UITypes.Formula: |
|
|
|
{ |
|
|
|
{ |
|
|
|
return 'output'; |
|
|
|
return 'Sample Output'; |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UITypes.Rollup: |
|
|
|
case UITypes.Rollup: |
|
|
|