Page 1 of 1

How to capture events in TaskBoard

Posted: Fri Nov 18, 2022 6:11 pm
by skillsworkflow

I need to capture the hide/show event when I show or hide a column through the collumnpickerbutton.
Likewise, I need to capture the expand and collapse event of a column.

How could I do this?


Re: How to capture events in TaskBoard

Posted: Fri Nov 18, 2022 6:29 pm
by alex.l

You could listen to column store update event:

taskBoard.columns.on('update', ()=> {console.log('updated')} )

https://bryntum.com/docs/taskboard/api/Core/data/Store#event-update