-
在vue2中使用dhtmlx-gantt,配置了gantt.plugins({
tooltip: true
});,有时候鼠标离开后还会有tips窗口
![image](https://github.com/DHTMLX/gantt/assets/75670670/8d26c59f-1ced-423c-b11f-bc92…
-
Hello,
I'm trying to import data from XML exported from MS Project.
Project's tasks ID start from 0, but if task ID is equal to 0 in the JSON file then I got the error "Error: Invalid tasks tree. …
-
Hello,
I am just trying out this solution and found out that when trying to get the lightbox from not in wide_form it does not "render" as intended/ work as soon as you have the section "time" - it …
-
When dragging a regular task while "multiselect" module is on, task update request is fired twice.
I think updateTask is invoked from `_finalize_mouse_up`. As you can see below, `_finalize_mouse_up` …
-
When I batch select and drag many times,then undo. It's not back to where it was last time.
`
gantt.plugins({
undo: true,
multiselect:true,
});
`
-
Light box inside the save delete button, click the need to request api to the background, rather than the front desk directly delete, please ask how to get the background response data before deciding…
-
Hi, I`m using licensed gantt in version 8.0.4, I'm trying to set task.row_height as below:
> gantt.attachEvent('onBeforeTaskChanged', (taskId: string) => {
> const task = gantt.getTask(ta…
-
I am using the following block of code to import MPP files:
`gantt.importFromMSProject({
data: file,
taskProperties: ["Notes", "Name", "Start", "Finish", "Start1", "Finish1"],
callback: func…
-
文档中没看到富文本
-
Hi,
I'm setting up Open Web Calendar for a group of NGO which shares their web calendars to get a cross synced view.
It sounds pretty good.
A feature that I'm missing is the ability to display on O…