Search found 157 matches

Replacing that with the following seems to work for us, thanks!

ganttEngine.columns.removeAll();
ganttEngine.columns.add(columnsData);

I have attached a project that causes the error.

I cut down our existing production code into this minimal example. I imagine we are doing some things wrong, like how we handle columns, so please advise if this is the case here.

We're getting a similar backtrace on Gantt 5.5.3. It seems to happen when its trying to render a cell with a React component. Uncaught (in promise) TypeError: callback is not a function at DomSync.syncChildren (gantt.module.js:33050:1) at DomSync.performSync (gantt.module.js:32724:1) at DomSync.sync...
It seems like we can use "StateTrackingManager.queue" to get the titles of all recorded transactions. Is there something similar which gets a list of the transactions themselves, so that I can inspect the "queue" property of each one? Otherwise, I can't find a way to find out wha...

Hi Tasnim, thanks for your reply.

If you check the code I shared in my first message, we are already including the singleAssignment: true element in the taskStore object inside the project object. Using that configuration, we get the results shown in the GIF that's attached to that message.

Hi Bryntum team. We are setting up the TaskBoard to use the single assignment of resources. Upon doing so, the task menu and the task editor allow the selection of multiple resources (in the task editor, even though many users are selected, the las selected user is not assigned to the task). I've at...

Please see the attached demo, modified from the React TimeRanges demo.

It seems like a bug that the TImeRanges are not showing here, even though there are no tasks. Can you confirm if this behaviour is correct or not?

Thanks.

Thanks Maxim, that's much neater!

Thank you Maxim, I've subscribed to the GitHub issue, thanks. I set 'enableDirectRendering' to 'false' and applied the override but it was unsuccessful (I even changed to "resolve, 2000"). Reaching the column renderer directly from the column record has helped. My current workaround looks ...
Hi Maxim, I've been able to reproduce the issue on the official BG React demo (PDF attached) https://bryntum.com/products/gantt/examples/frameworks/react/javascript/pdf-export/build/ Just add the following to '<BryntumGantt' in 'App.js': columns={[{type: 'name', renderer: (data) => <span>FFF {data.v...