1, 'w-25': column === DashboardViewTableColumn.CREATED || column === DashboardViewTableColumn.ADDED }"> {{ getColumnTitle(column) }} | } }
---|
1 }">
@switch (column) {
@case (DashboardViewTableColumn.ADDED) {
{{doc.added | customDate}}
}
@case (DashboardViewTableColumn.CREATED) {
{{doc.created_date | customDate}}
}
@case (DashboardViewTableColumn.TITLE) {
{{doc.title | documentTitle}}
}
@case (DashboardViewTableColumn.CORRESPONDENT) {
@if (doc.correspondent) {
{{(doc.correspondent$ | async)?.name}}
}
}
@case (DashboardViewTableColumn.TAGS) {
@for (t of doc.tags$ | async; track t) {
@for (docId of getCustomFieldValue(doc, column); track docId) {
}
@default {
{{ getCustomFieldValue(doc, column) }}
}
}
}
@if (i === savedView.document_display_fields.length - 1) {
}
|
}
}
No documents
}