Our flexible Kanban board for managing tasks with drag drop


Post 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.

Attachments
Screenshot 2023-03-29 at 1.10.52 PM.png
Screenshot 2023-03-29 at 1.10.52 PM.png (1.29 MiB) Viewed 331 times

Post 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 },

Post Reply