Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 98: | Line 98: | ||
const dcts = data[1]; | const dcts = data[1]; | ||
console.log(checked) | console.log(checked) | ||
Line 110: | Line 108: | ||
}, ''); | }, ''); | ||
document.getElementById('data-source-filter').innerHTML = filterHtml; | document.getElementById('data-source-filter').innerHTML = filterHtml; | ||
const checked = $('#data-source-filter input[type="checkbox"]:checked') | |||
// Set up table. | // Set up table. |
Revision as of 11:48, 8 June 2022
Development verstion of the DCT List.
Not ready for production!