Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 142: | Line 142: | ||
console.log('Filter 2', table.getFilters()) | console.log('Filter 2', table.getFilters()) | ||
const checked1 = $('#data-source-filter input[type="checkbox"]:checked') | const checked1 = $('#data-source-filter input[type="checkbox"]:checked') | ||
.map((idx, val) => val) | |||
console.log(checked1) | console.log(checked1) | ||
}); | }); |
Revision as of 11:51, 8 June 2022
Development verstion of the DCT List.
Not ready for production!