Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
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 12:26, 2 November 2022
Development verstion of the DCT List.
Not ready for production!