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
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;