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.
35 lines
630 B
35 lines
630 B
4 years ago
|
export default {
|
||
3 years ago
|
ID: {},
|
||
|
ForeignKey: {},
|
||
|
SingleLineText: { w: '150px' },
|
||
|
LongText: { w: '400px' },
|
||
3 years ago
|
Attachment: { w: '400px' },
|
||
|
Checkbox: { w: '100px' },
|
||
3 years ago
|
MultiSelect: { w: '200px' },
|
||
|
SingleSelect: { w: '200px' },
|
||
|
Collaborator: {},
|
||
|
Date: {},
|
||
|
Year: {},
|
||
|
Time: {},
|
||
|
PhoneNumber: {},
|
||
|
Email: {},
|
||
|
URL: {},
|
||
|
Number: {},
|
||
|
Decimal: {},
|
||
|
Currency: {},
|
||
|
Percent: {},
|
||
|
Duration: {},
|
||
|
Rating: {},
|
||
|
Formula: {},
|
||
|
Rollup: {},
|
||
|
Count: {},
|
||
|
DateTime: {},
|
||
|
CreateTime: {},
|
||
|
LastModifiedTime: {},
|
||
|
AutoNumber: {},
|
||
|
Barcode: {},
|
||
3 years ago
|
Button: {},
|
||
|
LinkToAnotherRecord: { w: '400px' },
|
||
|
Lookup: { w: '400px' }
|
||
4 years ago
|
}
|