riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.08k stars 300 forks source link

Is there any way to collapse kanban board? #171

Closed Shum1905 closed 2 years ago

Shum1905 commented 2 years ago

Now I'm setting a button as a header above kanban board. I tried to set another id to identify the part to collapse other than the id for kanban element so I can collapse it when i click that button but it didn't work.

Is there any way to collapse kanban board?

Attached is the code that I'm using. (sorry i couldn't use markdown well...) code-sample.txt

marcosrocha85 commented 2 years ago

I think this fiddle can bring you some clue.

Shum1905 commented 2 years ago

Seems great!! Thank you very much!!