Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 168: Line 168:
  
  
         table.on('tableBuilt', () => { table.setData(dcts); });
+
         table.on('tableBuilt', () => { console.log('set data', dcts); table.setData(dcts); });
 
         table.on('dataFiltered', (filters, rows) => {
 
         table.on('dataFiltered', (filters, rows) => {
 
             console.log(filters)
 
             console.log(filters)

Revision as of 15:54, 8 June 2022

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