We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d552f commit 7c48e06Copy full SHA for 7c48e06
db/books.cds
@@ -28,11 +28,12 @@ entity Books : cuid, managed {
28
29
annotate Attachments with @UI: {
30
LineItem : [
31
- {Value: content},
32
- {Value: fileName},
33
- {Value: status},
34
- {Value: createdAt},
35
- {Value: createdBy},
+ {Value: content, @HTML5.CssDefaults: {width: '25%'}},
+ {Value: fileName, @HTML5.CssDefaults: {width: '25%'}},
+ {Value: mimeType, @HTML5.CssDefaults: {width: '10%'}},
+ {Value: status, @HTML5.CssDefaults: {width: '10%'}},
+ {Value: createdAt, @HTML5.CssDefaults: {width: '20%'}},
36
+ {Value: createdBy, @HTML5.CssDefaults: {width: '15%'}},
37
{Value: note}
38
]
39
} {
0 commit comments