Difference between revisions of "Widget:GuidelinesList"

From LINKS Community Center
Jump to: navigation, search
Line 591: Line 591:
 
                         formatter: function (cell) {
 
                         formatter: function (cell) {
 
                             const val = cell.getValue();
 
                             const val = cell.getValue();
                             let out = '<div>';
+
                             let out = '';
  
 
                             groupedSources.forEach((group, gIndex) => {
 
                             groupedSources.forEach((group, gIndex) => {
Line 613: Line 613:
 
                                 }
 
                                 }
 
                             });
 
                             });
                             return out + '</div>';
+
                             return '<div>' + out + '</div>';
 
                         }
 
                         }
 
                     }
 
                     }
Line 856: Line 856:
 
                 </div>
 
                 </div>
 
                 <div style="flex: 0 0;">
 
                 <div style="flex: 0 0;">
                     <button class="large-button" type="button" onclick="toggleFilter()">Filters</button>
+
                     <button class="large-button" type="button" onclick="toggleFilter()">Open Filters</button>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>

Revision as of 15:08, 13 December 2022

Development version of the List of Guidelines.
Not ready for production!