Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 82: | Line 82: | ||
field: 'Data Sources', | field: 'Data Sources', | ||
formatter: function (cell) { | formatter: function (cell) { | ||
const | const sources = cell.getValue(); | ||
return | return sources ? sources.map(src => '<span>' + src + '</span>') : ''; | ||
} | } | ||
} | } |
Revision as of 13:50, 7 June 2022
Development verstion of the DCT List.
Not ready for production!