Difference between revisions of "Widget:GuidelinesList"

From LINKS Community Center
Jump to: navigation, search
Line 428: Line 428:
  
 
             const [dataSources, guidelines] = data;
 
             const [dataSources, guidelines] = data;
 
            console.log(guidelines)
 
  
 
             let COVERS_THEMATIC_VALUES = []
 
             let COVERS_THEMATIC_VALUES = []
Line 556: Line 554:
 
                         title: 'Year',
 
                         title: 'Year',
 
                         field: YEAR_PROP
 
                         field: YEAR_PROP
 +
                    },
 +
                    {
 +
                        title: 'Publishing Organisation',
 +
                        field: PUB_PROP,
 +
                        formatter: cell => cell.getValue().join(', ')
 
                     },
 
                     },
 
                     {
 
                     {

Revision as of 12:31, 18 July 2023

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