Widget: GuidelinesList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
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 11:23, 18 July 2023
Current version of the List of Guidelines.
Currently in use – do not modify!