Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 184: | Line 184: | ||
tabulator.on('dataFiltered', (filters, rows) => { | tabulator.on('dataFiltered', (filters, rows) => { | ||
console.log(filters) | console.log(filters) | ||
if (!(filters[0] && filters[0].type)) { return; } | |||
selectedSources = filters[0].type.dataSources; | selectedSources = filters[0].type.dataSources; | ||
document.querySelectorAll('.data-source-cell .data-source-img').forEach(img => { | document.querySelectorAll('.data-source-cell .data-source-img').forEach(img => { |
Revision as of 16:26, 8 June 2022
Development verstion of the DCT List.
Not ready for production!