Frontend display custom fields in dasboard views

This commit is contained in:
shamoon
2024-04-17 16:00:30 -07:00
parent 0f29899b71
commit cd4cc4d9e1
7 changed files with 267 additions and 49 deletions

View File

@@ -14,6 +14,7 @@ export enum DashboardViewTableColumn {
CORRESPONDENT = 'correspondent',
DOCUMENT_TYPE = 'documenttype',
STORAGE_PATH = 'storagepath',
CUSTOM_FIELD = 'custom_field_',
}
export const DASHBOARD_VIEW_TABLE_COLUMNS = [