Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 141: 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 chk = Array.from(document.querySelectorAll('#data-source-filter input[type="checkbox"]:checked'))
+
             const chk = Array.from(document.querySelectorAll('#data-source-filter input[type="checkbox"]:checked')).map(el => el.value);
 
             console.log(chk)
 
             console.log(chk)
 
         });
 
         });

Revision as of 13:15, 8 June 2022

Development verstion of the DCT List.
Not ready for production!