Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
table.setData(dcts); | table.setData(dcts); | ||
table.setFilter(dctFilter, { foo:3 }); | table.setFilter(dctFilter, { foo:3 }); | ||
console.log(table.getFilters()) | console.log('Filter 1', table.getFilters()) | ||
table.setFilter(dctFilter, { foo:666 }); | |||
console.log('Filter 2', table.getFilters()) | |||
}); | }); | ||
}) | }) |
Revision as of 10:54, 8 June 2022
Development verstion of the DCT List.
Not ready for production!