Splitter between the rowheader grid and task grid not showing
3 years ago.
Hello,
I have a Daypilot GanttConfig with these properties:
rowHeaderWidthAutoFit: true
rowHeaderWidthAutoFitShrink: false
rowHeaderScrolling: true
columns: [
{
title: 'x',
property: 'columnOne',
},
{
title: 'xx',
property: 'columnTwo'
},
{
title: 'xxx',
property: 'columnThree'
},
{
title: 'xxxx',
property: 'columnFour'
},
{
title: 'xxxxx',
property: 'columnFive'
}
],
I expected a splitter to show up between the rowheader grid and the Task grid.
Like in https://aspnet.daypilot.org/demo/Gantt/RowHeaderScrolling.aspx
I also tried setting the rowHeaderWidth and rowHeaderSplitterWidth but that doesn't make any difference.
I am running version 2023.1.5488
DayPilot