search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Fixed width on kanban when we have a lot of columns

Asked by KanbanProject
6 years ago.

Hi, when we have a lot of columns on kanban, can we set a fixed width for columns and a horizontal scroll for the whole kanban?

I'll attach an screenshot to let you see why would I want this

Thanks in advance

Answer posted by Dan Letecky [DayPilot]
6 years ago.

It's now possible to use fixed column width (since build 8.4.2890). See the sandbox:

https://javascript.daypilot.org/sandbox/kanban/columnfixedwidth.html

You can switch to fixed width like this:

dp.columnWidthSpec = "Fixed";
dp.columnWidth = 300;
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.