Grafana include timerange

Hi, everyone!
Could, some one help me?

I have a table chart that shows me some information. And want to make drilldown to next dashboad from a cell with time ranges.

So I render value in table as links, like that:

http://mygrafanaserver:3000/d/P5ThyYbiz/mydash?orgId=1&var-myVar=${__cell}&from=$timeStart&to=$timeTo

How i can include time ranges in this case?

"onclick="args = window.location.href.match(/(from|to|refresh)=[^&]+/g);window.location=‘dasboard_name?orgId=1&var-variableName=${__cell}&’ + (args != null ? args.join(’&’): ‘’)