Page 1 of 1

Change column header text based on data in column

Posted: Fri May 26, 2023 8:14 pm
by bprescott_msd

I would like to be able to set up my task board so that the column header text value is based on the data of the tasks below (not just the count of tasks), and I have not found a good way to do this yet.

Can you point me toward an example that illustrates this?

Thanks.

Brian Prescott


Re: Change column header text based on data in column

Posted: Sat May 27, 2023 11:00 am
by mats

You could implement this easily, example:

let i = 0; 
taskboard.project.taskStore.on('change', () => taskboard.columns.first.text = i++)