Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 84: | Line 84: | ||
const sources = cell.getValue(); | const sources = cell.getValue(); | ||
let out = sources.reduce((prev, curr) => { | let out = sources.reduce((prev, curr) => { | ||
return prev + '<span>' + curr + '</span>' | return prev + '<span>' + curr + '</span> ' | ||
}, ''); | }, ''); | ||
return out; | return out; |
Revision as of 13:55, 7 June 2022
Development verstion of the DCT List.
Not ready for production!