Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 97: | Line 97: | ||
const dataSources = data[0]; | const dataSources = data[0]; | ||
const dcts = data[1]; | const dcts = data[1]; | ||
// Set up filters. | // Set up filters. | ||
Line 143: | Line 141: | ||
table.setFilter(dctFilter, { foo:666 }); | table.setFilter(dctFilter, { foo:666 }); | ||
console.log('Filter 2', table.getFilters()) | console.log('Filter 2', table.getFilters()) | ||
const | const checked1 = $('#data-source-filter input[type="checkbox"]:checked') | ||
console.log(checked1) | |||
}); | }); | ||
}) | }) |
Revision as of 11:50, 8 June 2022
Development verstion of the DCT List.
Not ready for production!