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