Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
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 data = cell.getData();
                         const dct = cell.getData();
                         console.log(data)
                         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!