Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 48: Line 48:
 
             })
 
             })
 
             console.log('DCT:', list);
 
             console.log('DCT:', list);
 +
 +
            const table = new Tabulator("#tabulator", {
 +
                data:list,
 +
                autoColumns:true,
 +
            });
 +
 +
            // table.on("tableBuilt", () => {
 +
 +
            // });
 
         }
 
         }
  
Line 53: Line 62:
 
         getDcts();
 
         getDcts();
 
     </script>
 
     </script>
 +
    <div id="tabulator"></div>
 
</includeonly>
 
</includeonly>

Revision as of 12:27, 7 June 2022

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