d-band/gantt

Freeze left side text column and scroll taskbars

hjbout opened this issue · 1 comments

Hi, thanks for nice library!
I do have a question: is it somehow possible to make the task bars scrollable and the left text column frozen. So the task descriptions (text) will always be visible and the taskbars can be scrolled underneath.
Thanks

maxTextWidth = 140,

You can change the column width for the row labels when using StrGantt. But it will be 140px by default.

If you use CanvasGantt, it will be set dynamically because there is a divergence in implementation:

if (options.maxTextWidth === undefined) {

It also seems like SVGGantt has the same maxTextWidth implementation. Leads me to believe that StrGantt is probably deprecated?

if (options.maxTextWidth === undefined) {