Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 98: Line 98:
         const dcts = data[1];
         const dcts = data[1];


         console.log($('#dct-tabulator'))
         const checked = $('#data-source-filter input[type="checkbox"]:checked')
            .map(val => $(this).val())
        console.log(checked)


         // Set up filters.
         // Set up filters.

Revision as of 11:11, 8 June 2022

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