Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 74: | Line 74: | ||
field: 'name', | field: 'name', | ||
formatter: function (cell) { | formatter: function (cell) { | ||
const | const dct = cell.getData(); | ||
return '<a href="' + dct.url + '">' + dct.name + '</a>'; | |||
} | } | ||
} | } |
Revision as of 13:46, 7 June 2022
Development verstion of the DCT List.
Not ready for production!