Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 486: | Line 486: | ||
tabulator.on('dataFiltered', (filters, rows) => { | tabulator.on('dataFiltered', (filters, rows) => { | ||
console.log(filters) | |||
if (!(filters[0] && filters[0].type)) { return; } | if (!(filters[0] && filters[0].type)) { return; } | ||
Line 577: | Line 578: | ||
<div> | <div> | ||
<h2>Applied Filters</h2> | <h2>Applied Filters</h2> | ||
< | <div id="filter-summary">None</div> | ||
</div> | </div> | ||
<button class="large-button" type="button" onclick="toggleFilter()">Filters</button> | <button class="large-button" type="button" onclick="toggleFilter()">Filters</button> |
Revision as of 08:27, 7 September 2022
Development verstion of the DCT List.
Not ready for production!