Difference between revisions of "Widget:GuidelinesList"

From LINKS Community Center
Jump to: navigation, search
Line 328: Line 328:
 
             });
 
             });
 
         }
 
         }
 
  
 
         // Fetches platform / data source information.
 
         // Fetches platform / data source information.
Line 345: Line 344:
 
             });
 
             });
 
         }
 
         }
 +
 
         function applyFilters(clear) {
 
         function applyFilters(clear) {
 
             // TODO: apply Filters
 
             // TODO: apply Filters
Line 425: Line 425:
  
 
             const [dataSources, guidelines] = data;
 
             const [dataSources, guidelines] = data;
 +
 +
            console.log(guidelines)
  
 
             let COVERS_THEMATIC_VALUES = []
 
             let COVERS_THEMATIC_VALUES = []
Line 536: Line 538:
 
             }, '');
 
             }, '');
 
             document.getElementById('tech-filter').innerHTML = techHtml;
 
             document.getElementById('tech-filter').innerHTML = techHtml;
 
  
 
             const tabulator = new Tabulator('#guideline-tabulator', {
 
             const tabulator = new Tabulator('#guideline-tabulator', {

Revision as of 12:23, 18 July 2023

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