Split Y sections column in timeline view

Hi. Is there any possibility to ‘split’ Y sections column in timeline view like this:

docs.dhtmlx.com/grid__frozen_columns.html

Best regards.

no?

Hi,
You have full control over contents of the sections column via template function:
docs.dhtmlx.com/scheduler/api__ … plate.html
It can be used to display multicolumn layout like it’s done here scheduler-net.com/demos/hotel-room-reservation/

It’s ok, thanks. I need to by pro version as I understand.

One more question. I was testing Tree Timeline on how many ‘children levels’ I can create. In case of attempting to create child/folder at 6th level it goes to top or 1st level. Is it possible to create Tree Timeline secions hierarhy within multiple levels, more than 5?

Hello,

Yes, it’s possible, please see example: docs.dhtmlx.com/scheduler/snippet/61f65910
Also check that all your levels has unique key value.

For level 5 and above you also need set padding, because by default this value is set only for 4 levels.

.dhx_matrix_scell .dhx_scell_level5{padding-left:80px} .dhx_matrix_scell .dhx_scell_level6{padding-left:95px} .dhx_matrix_scell .dhx_scell_level7{padding-left:110px}

Cool, you made me happy :slight_smile:

hello,
can you share the snippet again? when i open your link it is showing “snippet not found”.
thanks

Hello,

Please either use this link http://snippet.dhtmlx.com/7f133a003
or open previous one and remove this part after question mark from url http://prntscr.com/mgheml