Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 200: Line 200:
 
         .data-source-img,
 
         .data-source-img,
 
         .func-img {
 
         .func-img {
             width: 2em;
+
             width: 1.5em;
             height: 2em;
+
             height: 1.5em;
 
             margin-right: .4em;
 
             margin-right: .4em;
 
             margin-bottom: .4em;
 
             margin-bottom: .4em;
Line 548: Line 548:
 
                         formatter: function (cell) {
 
                         formatter: function (cell) {
 
                             const val = cell.getValue();
 
                             const val = cell.getValue();
                             let out = '';
+
                             let out = '<div>';
  
 
                             groupedSources.forEach((group, gIndex) => {
 
                             groupedSources.forEach((group, gIndex) => {
Line 570: Line 570:
 
                                 }
 
                                 }
 
                             });
 
                             });
                             return out;
+
                             return out + '</div>';
 
                         }
 
                         }
 
                     }
 
                     }

Revision as of 13:37, 21 September 2022

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