Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 651: Line 651:
 
             // ------------------ TEST TEST -------------------------
 
             // ------------------ TEST TEST -------------------------
 
             tabulator.on('renderComplete', function() {
 
             tabulator.on('renderComplete', function() {
                 console.log(tabulator);
+
                 // console.log(tabulator);
 +
                // tabulator.rowManager.displayRowsCount
 +
                console.log('tableholder height:', tabulator.rowManager.element.offsetHeight);
 +
                console.log('table height:', tabulator.rowManager.tableElement.offsetHeight);
 
             });
 
             });
 
             // ------------------ TEST TEST -------------------------
 
             // ------------------ TEST TEST -------------------------

Revision as of 13:26, 2 November 2022

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