You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this plugin works great, but I found a problem when you use it with django and it's template system, as default django uses {{ }} to render the context into the template, but the jsgantt tooltip uses {{ }} to replace the key on tooltip template.
I think that a easy solution should be a config that allows user to put which symbol search and replace for tooltip template. So instead of using {{ and }} be able to set different symbol.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, this plugin works great, but I found a problem when you use it with django and it's template system, as default django uses {{ }} to render the context into the template, but the jsgantt tooltip uses {{ }} to replace the key on tooltip template.
I think that a easy solution should be a config that allows user to put which symbol search and replace for tooltip template. So instead of using {{ and }} be able to set different symbol.
Thanks
The text was updated successfully, but these errors were encountered: