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