Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 200: | Line 200: | ||
.data-source-img, | .data-source-img, | ||
.func-img { | .func-img { | ||
width: | width: 1.5em; | ||
height: | height: 1.5em; | ||
margin-right: .4em; | margin-right: .4em; | ||
margin-bottom: .4em; | margin-bottom: .4em; | ||
Line 548: | Line 548: | ||
formatter: function (cell) { | formatter: function (cell) { | ||
const val = cell.getValue(); | const val = cell.getValue(); | ||
let out = ''; | let out = '<div>'; | ||
groupedSources.forEach((group, gIndex) => { | groupedSources.forEach((group, gIndex) => { | ||
Line 570: | Line 570: | ||
} | } | ||
}); | }); | ||
return out; | return out + '</div>'; | ||
} | } | ||
} | } |
Revision as of 12:37, 21 September 2022
Development verstion of the DCT List.
Not ready for production!