Is it possible to change left side width in timeline view? I would like to resize it, but do not find any way to do it and if i change css classes like dhx_matrix_scell it will not work perfectly.
Hello,
try specifying βdxβ in timeline configuration object:scheduler.createTimelineView({
name: "timeline",
dx:250,//side bar width
...
});
1 Like