-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在vue中使用dhtmlx-gantt,遇到的问题 #106
Comments
@houqingbin, In the past, Gantt didn't hide the tooltip, but starting from the 6.1.4 version, it is removed when you call the If your license doesn't allow you to use the Gantt Instance approach, it means that you cannot use the You can use the following code to manually hide all the tooltips:
|
怎么样老哥解决了吗 |
我也遇到了,使用destructor再打开会直接挂掉 |
@DaTongDXM, If you use another Pro version, you should be able to create a new Gantt Instance when you open a page/tab/view with Gantt: Here are the demos: Vue 3 + Gantt Instance Alternative: Vue 3 + Gantt Instance: |
在vue2中使用dhtmlx-gantt,配置了gantt.plugins({
tooltip: true
});,有时候鼠标离开后还会有tips窗口
如果使用destroyed生命周期,并gantt.destructor(),会在下次进入调用gantt组件页面时,会抛出TypeError: Cannot read properties of undefined (reading 'tasksStore')
at t._update_flags错误
The text was updated successfully, but these errors were encountered: