Our flexible Kanban board for managing tasks with drag drop


Post by jasonlunsford »

Dear Support,

So currently we are showing 7 columns in our Kanban board, and the board is displaying all 7 within the width the page provides - which is great - but if we add more columns the cards will become unusable. Here is an example:

Screen Shot 2023-08-04 at 12.04.51.png
Screen Shot 2023-08-04 at 12.04.51.png (593.43 KiB) Viewed 306 times

My question is, how can I configure the Task Board to use a minimum column width, such that the board supports a horizontal scroll (instead of compressing the columns)?

Thank you!


Post by marcio »

Hey,

You can set up the columns like this snippet

{ id : 'todo', text : 'Todo', color : 'orange', minWidth: 400 },

https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ColumnModel#field-minWidth

Attachments
Screenshot 2023-08-04 at 14.17.05.png
Screenshot 2023-08-04 at 14.17.05.png (776.03 KiB) Viewed 302 times

Best regards,
Márcio


Post by jasonlunsford »

Perfect - thank you!


Post Reply