gantt icon indicating copy to clipboard operation
gantt copied to clipboard

GPL version of Javascript Gantt Chart

Results 56 gantt issues
Sort by recently updated
recently updated
newest added

i have some issues when using dhtmlx-gantt with polymer. here are my code. it just shows data without style. ``` import { gantt } from 'dhtmlx-gantt'; import {computed, customElement, property}...

Here are some incorrect type definitions which I found: - InlineEditorMethods.setMapping(): all functions (init, onShow, onHide, destroy) are optional - DatastoreMethods.attachEvent & InlineEditorMethods.attachEvent should return a string The following type...

This is the sample address on the official website: https://docs.dhtmlx.com/gantt/samples/?sample=%2702_extensions/22_tooltip_api.html%27&filter=%27custom%20too%27 This is a screenshot of me:

As the title described, is there a way to stop the infinite scrolling after mouse up outside the browser window and set proper task end date accordingly.

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(taskId); > task.row_height = 100;...

Create a column definition where the column name has a space, and add an onrender function: ```js { name: "or der", label: "Order", onrender: function(task) { return task.order; } }...

### install [dhtmlx-gantt](https://www.npmjs.com/package/dhtmlx-gantt) ``` gantt.plugins({ export_api: true }) ``` ### use `gantt.exportToPDF` ``` gantt.exportToPDF is not a function ``` ![image](https://github.com/DHTMLX/gantt/assets/26396034/6d3d791a-8c82-41f2-8477-13c7ba43fbf4)

Is it possible to use this with Next.js? I tried to follow the react example but got the following error error Error [ReferenceError]: window is not defined at Object. (/Users/ml/Development/Sites/ga-scheduler/node_modules/dhtmlx-gantt/codebase/dhtmlxgantt.js:13:218)...

hello, How to disable single task selection when I use multi-select attribute, 'onTaskClick' event doesn't work properly

Hi, I use dhmlx-gantt: 8.0.1 free, for get data I use Axios, but when I try to parse data ``` gantt.parse({ data: array }); ``` I get the error: `...