Page 1 of 1

How to assign a tasksPerRow property to a single column

Posted: Wed Mar 29, 2023 9:44 am
by suhas.kachare

Hi Team ,

I want to show two tasks per row in a single column, and all other columns will have one task per row.

Can you please guide me on this?

Please find below attached screenshot for your reference.


Re: How to assign a tasksPerRow property to a single column

Posted: Wed Mar 29, 2023 11:14 am
by tasnim

Hi,

You could use this http://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ColumnModel#field-tasksPerRow to set tasks per row for column

 { id : 'todo', text : 'Todo', color : 'yellow', tasksPerRow : 1 },