Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 585: | Line 585: | ||
tabulator.on('dataFiltered', (filters, rows) => { | tabulator.on('dataFiltered', (filters, rows) => { | ||
console.log('DATA FILTERED') | console.log('DATA FILTERED: ' + | ||
tabulator.rowManager.element.offsetHeight + ' / ' + | |||
tabulator.rowManager.tableElement.offsetHeight); | |||
const summary = document.getElementById('filter-summary'); | const summary = document.getElementById('filter-summary'); | ||
const filter = filters[0]; | const filter = filters[0]; |
Revision as of 12:50, 2 November 2022
Development verstion of the DCT List.
Not ready for production!