Our flexible Kanban board for managing tasks with drag drop


Post by rodel.ocfemia »

Hi,

Is there any event invoked after rendering of all tasks have been completed? renderTask is invoked on every task/card creation. I need to know once the rendering of all tasks are completed already. I can do workaround by comparing the total records, but would like to know if there is a better way.

listeners: {
            renderTask() {
               console.log('renderTask') //if i have 10 tasks/records, this will be triggered 10 times
            }
         }

Thanks


Post by tasnim »

Hi,
Not supported any event for that. but I've created an FR for that, here it is https://github.com/bryntum/support/issues/5224

Good Luck :),
Tasnim


Post by rodel.ocfemia »

Noted. Thank you.


Post Reply