Difference between revisions of "Widget:DCTList"

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

Revision as of 15:09, 13 June 2022

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