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: | ||
table.on('tableBuilt', () => { table.setData(dcts); }); | table.on('tableBuilt', () => { table.setData(dcts); }); | ||
table.on( | table.on('dataFiltered', (filters, rows) => { | ||
console.log(filters) | console.log(filters) | ||
//filters - array of filters currently applied | //filters - array of filters currently applied | ||
Line 173: | Line 173: | ||
<div id="data-source-filter-wrapper"> | <div id="data-source-filter-wrapper"> | ||
<h3>Data Sources</h3> | <h3>Data Sources</h3> | ||
<a | <a onclick="selectAll()">Select all</a> | ||
<a | <a onclick="deselectAll()">Deselect all</a> | ||
<div id="data-source-filter"></div> | <div id="data-source-filter"></div> | ||
</div> | </div> |
Revision as of 14:29, 8 June 2022
Development verstion of the DCT List.
Not ready for production!