Search found 255 matches

My pleasure!

Have a nice day!

Hi!! When using the pdfExport feature, the generated HTML that is sent to the export server contains links to every single CSS used on the Gantt page. While this is safe, it can also lead to a lot of useless requests on the server side, and additional delay. The delay can get quite significant as th...

Well yes the signature you used works fine, as I said. But the deprecated signature does not.

Hello! Back in 2.1.7, I could do task.copy({deep: true}) and this would copy the whole task tree. Now I'm using 4.1.6. I don't recall seeing anything about this signature being deprecated in the upgrade guides but anyway, it looks like it is now: https://www.bryntum.com/docs/gantt/#Core/data/Model#f...

Hi Mats,

How was this fixed? I still get the same behavior as in this thread's original post... :/

Thanks Mats! Works a treat! What state would be relevant for the time axis column? I'd say none. But I get the current state with gantt.getState() and this returns the timeAxis column state, which I store and restore later. As long as the id is the same when I get the state as when I set it, this is...
Hi! Consider the following code, which is the basic demo with an id set to the only column and a console output: import { Gantt, ProjectModel } from '../../build/gantt.module.js?451230'; import shared from '../_shared/shared.module.js?451230'; /* eslint-disable no-unused-vars */ const project = new ...

Hi!

v4.1.5

The autoClose config option is a good mechanism but I don't think switching tabs should close the dialog. I find it kind of unintuitive ;)

Here's a screencast:

https://drive.google.com/file/d/1ahLEkJ95NAzHi59avMsHMmAjfqaoDaT1/view

This did not happen in 2.1.7.

Hi Pavel! This is really nice! However, I can see the original StartDateField and EndDateField have some special behavior in that they set the time part of the value according to a calendar. This is lost by replacing the original field entirely by the more generic DateTimeField, right? Same thing fo...