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 430: Line 430:


         function applyFilters(clear) {
         function applyFilters(clear) {
            console.log('APPLY')
             if (!table) return;
             if (!table) return;
            console.log('after table')


             // If clear=true, pass empty object to the filter to disable it.
             // If clear=true, pass empty object to the filter to disable it.

Revision as of 14:33, 24 November 2022

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