mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
600 B
33 lines
600 B
export default { |
|
'ID': {}, |
|
'ForeignKey': {}, |
|
'SingleLineText': {w: '150px'}, |
|
'LongText': {w: '400px'}, |
|
'Attachment': {}, |
|
'Checkbox': {}, |
|
'MultiSelect': {w: '150px'}, |
|
'SingleSelect': {}, |
|
'Collaborator': {}, |
|
'Date': {}, |
|
'Year': {}, |
|
'Time': {}, |
|
'PhoneNumber': {}, |
|
'Email': {}, |
|
'URL': {}, |
|
'Number': {}, |
|
'Decimal': {}, |
|
'Currency': {}, |
|
'Percent': {}, |
|
'Duration': {}, |
|
'Rating': {}, |
|
'Formula': {}, |
|
'Rollup': {}, |
|
'Count': {}, |
|
'Lookup': {}, |
|
'DateTime': {}, |
|
'CreateTime': {}, |
|
'LastModifiedTime': {}, |
|
'AutoNumber': {}, |
|
'Barcode': {}, |
|
'Button': {}, |
|
}
|
|
|