Difference between revisions of "Widget:UseCaseList"

From LINKS Community Center
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 502: Line 502:
 
                             return out;
 
                             return out;
 
                         },
 
                         },
                         maxWidth: '800px'
+
                         maxWidth: '850px'
 
                     },
 
                     },
 
                     {
 
                     {
Line 508: Line 508:
 
                         field: YEAR_PROP,
 
                         field: YEAR_PROP,
 
                         minWidth: '200px'
 
                         minWidth: '200px'
 +
                    },
 +
                    {
 +
                        title: 'Publisher',
 +
                        field: PUB_PROP,
 +
                        formatter: cell => cell.getValue().join(', ')
 
                     },
 
                     },
 
                     {
 
                     {
Line 544: Line 549:
 
                         title: 'Disaster Management Phase',
 
                         title: 'Disaster Management Phase',
 
                         field: PHASE_PROP,
 
                         field: PHASE_PROP,
 +
                        formatter: cell => cell.getValue().join(', ')
 +
                    },
 +
                    {
 +
                        title: 'Involved Organisations',
 +
                        field: INVOLVED_PROP,
 
                         formatter: cell => cell.getValue().join(', ')
 
                         formatter: cell => cell.getValue().join(', ')
 
                     }
 
                     }

Latest revision as of 12:29, 13 October 2023

Current version of the List of Use Cases.
Currently in use – do not modify!