Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 63: Line 63:
     }
     }


     Promise.all([getSources(), getDcts()]).then(data => {
     Promise.all([Promise.resolve(666), getDcts()]).then(data => {
         const sources = data[0];
         const sources = data[0];
         const dcts = data[1];
         const dcts = data[1];


         const table = new Tabulator("#dct-tabulator", {
         const table = new Tabulator("#dct-tabulator", {
             autoColumns: true,
             // autoColumns: true,
             columns: [
             columns: [
                 {
                 {

Revision as of 13:44, 7 June 2022

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