I'm using this plugin for the first time and it is really great:
https://github.com/McRange/Material-Kanban-Board
For any of you who also used it before. Do you know how to collapse the groups in the Kanban when loading the page?
I took a very simple onLoad approach, but this did not work:
$(".kb-collapse").click();
Thanks for ideas!
Jochen