Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 84: Line 84:
 
             const table = new Tabulator("#guideline-tabulator", {
 
             const table = new Tabulator("#guideline-tabulator", {
 
                 data: guidelines,
 
                 data: guidelines,
                 layout:"fitDataStretch",
+
                 layout:"fitDataFill",
 
                 responsiveLayout: 'collapse',
 
                 responsiveLayout: 'collapse',
 
                 columns: [
 
                 columns: [
Line 97: Line 97:
 
      
 
      
 
             table.on("tableBuilt", () => {
 
             table.on("tableBuilt", () => {
 +
                table.redraw();
 
                 console.log('done')
 
                 console.log('done')
 
             });
 
             });

Revision as of 14:17, 1 September 2022

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