Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 247: Line 247:
 
                     field: 'functions',
 
                     field: 'functions',
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {
                        console.log('formatter', cell.getValue())
+
                         let fuck = cell.getValue().map(func => '<img src="' + fnImages[func] + '">').join();
                         let fuck = cell.getValue().map(func => func + ' a').join();
 
 
                         return fuck;
 
                         return fuck;
 
                     }
 
                     }

Revision as of 15:11, 13 June 2022

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