Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 248: | Line 248: | ||
formatter: function (cell) { | formatter: function (cell) { | ||
console.log('formatter', cell.getValue()) | console.log('formatter', cell.getValue()) | ||
let fuck = cell.getValue().map(func => func + ' a').join(); | |||
return fuck; | |||
} | } | ||
}, | }, |
Revision as of 14:10, 13 June 2022
Development verstion of the DCT List.
Not ready for production!