Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 249: | Line 249: | ||
formatter: function (cell) { | formatter: function (cell) { | ||
const output = cell.getValue() | const output = cell.getValue() | ||
.map(func => '<img class="func-img" src="' + fnImages[func] + '">').join(); | .map(func => '<img class="func-img" src="' + fnImages[func] + '">').join(''); | ||
return output; | return output; | ||
} | } |
Revision as of 14:14, 13 June 2022
Development verstion of the DCT List.
Not ready for production!