Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 148: | Line 148: | ||
let web = dataSources.splice(dataSources.findIndex(src => src.name === 'Web'), 1)[0] | let web = dataSources.splice(dataSources.findIndex(src => src.name === 'Web'), 1)[0] | ||
let crowd = dataSources.splice(dataSources.findIndex(src => src.name === 'Crowd'), 1)[0] | let crowd = dataSources.splice(dataSources.findIndex(src => src.name === 'Crowd'), 1)[0] | ||
let filterHtml = ''; | let filterHtml = '<div style="display:grid;grid-template-columns:subgrid">Crowd</div><div>Web</div>'; | ||
// dataSources.unshift(); | // dataSources.unshift(); | ||
// dataSources.unshift(); | // dataSources.unshift(); |
Revision as of 11:40, 9 June 2022
Development verstion of the DCT List.
Not ready for production!