Search found 12397 matches

Also, more of a general question, but how frequently can one update via crudManager.applyChangeSet before it starts to cause problems? Something you'd have to try yourself, there's no limitation in our codebase. You can see how the Scheduler deals with high frequency outside changes here: https://b...
due to other critical bugs that would be introduced Did you try already? Should be very stable and easy to upgrade. Which version Widgets started to be supported for RowExpander v.5.6.0+ Or its intended that the Library won't work well when having resources with rowHeight: 0? What's the use case fo...
You can add your own menu item anytime, the demo code. rowLines : { text : 'Show row lines', onItem : 'up.onRowLinesToggle', checked : true }, and onRowLinesToggle({ item }) { this.gantt.rowLines = item.checked; }

You could use Mask, try in any demo:

gantt.mask('foo');

gantt.unmask()

Docs:https://bryntum.com/products/gantt/docs/api/Gantt/view/Gantt#function-mask

Not sure it'll let you use React content there (do you really need?).

You can set dragTouchStartDelay : 300, on your TaskResize config, and it should do the trick already.

Reproduced, it's the TaskResize, not respecting the touch delay (which is intended). We'll get this fixed, thanks for reporting!

https://github.com/bryntum/support/issues/9013

That's a typo yes, should say tooltipTemplate, we'll get it fixed!

Could you make it break at the exception and see what data is being read? If you could provide us your event data + resources data (without any sensitive data) that would be helpful.

Also, does it happen in 5.6.9 too?

You can use the renderer to output any icons/HTML you like and then use the custom timeAxisHeaderClick to observe clicks on those icons (event delegation)

Looks like a bug yes, we'll take a look. Thanks for reporting! https://github.com/bryntum/support/issues/9004