Search found 12394 matches

Try picker: { listeners : } beforeShow: async ({ source }) => { console.log("onBeforeShow - source",source) setLocking(true) //throws an error lockRef.current = true //ref update is not seen outside of this function }, hide: () => { console.log("onHide") setLocking(false) //This ...

Need to inspect the CSS rules applied in that demo, look in app.scss for guidance.

It's best you simply review the code for that example, it's quite straightforward. The dummy uses simple dummy data: { text : 'HISTORY', htmlEncode : false, autoSyncHtml : true, width : 220, cellCls : 'history', tooltipRenderer : ({ cellElement : barElement, tip }) => { const { value } = barElement....

To remove "ticks" from the timeline, you can filter the time axis as seen here: https://bryntum.com/products/scheduler/examples/timeaxis/

Can you please provide us a simple test case with dummy data so we can try to reproduce?

Yes you could use that if that suits your use case!

I assume you want to listen to picker events, try something like: tbar: [ { type: 'datefield', ref: 'datepicker', label: 'Selected Date', value: selectedDate, // Set default date value, picker : { onBeforeShow: async ({ source }) => { console.log("onBeforeShow - source",source) }, onBefore...

If you don't like to use the taskRenderer, perhaps this is something we can develop for you as part of a Feature Sponsorship?

https://bryntum.com/services/

Not by configuration, but you could easily add your own CSS class to your tasks and force-hide the task "terminals" to not allow it.

This will soon be supported, we're working on the final details now!