Hide Row ( Y Scale ) from Timeline view

Hello.

I would like to hide some Rows from Timeline after click on Y Sclare.
Something like this:

scheduler.attachEvent(“onYScaleClick”, function (index, section, e){
$(“table tr:nth-child(”+index+")").hide();
});

But it doesn’t work correctly. Can you help me please ?

Thanks

Hello,

Please try to use the next way to solve your problem:
docs.dhtmlx.com/scheduler/snippet/b2a1119d