Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 587: Line 587:
 
                 const summary = document.getElementById('filter-summary');
 
                 const summary = document.getElementById('filter-summary');
 
                 const filter = filters[0];
 
                 const filter = filters[0];
 +
                const count = rows.length;
 +
                console.log('Amount: ' +  count)
 
                  
 
                  
 
                 // Exit if filter object/type doesn't exist (happens after Tabulator's own filter reset).
 
                 // Exit if filter object/type doesn't exist (happens after Tabulator's own filter reset).

Revision as of 14:28, 28 September 2022

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