Our pure JavaScript Scheduler component


Post by sachidanand »

Hello Team,

I am a licensed bryntum user. Currently our application is using ExtJs version of bryntum scheduler, now we want to migrate to Javascript version and have below query regarding the same.

Query: I want to perform some action on scheduler column header click. Could you please help me with that .


Post by mats »

Do you mean the left "locked" side table columns or the time axis column in the schedule?


Post by sachidanand »

Hello Mats,

I mean the left "locked" side table columns .


Post by saki »

It could be easily achieved by a custom headerRenderer. We have a demo for that here: https://www.bryntum.com/examples/grid/renderers/ (notice the "Add" button please)

Note: It is a Grid demo, nevertheless, it will work in Scheduler too. Scheduler extends Grid.

Here is also related thread: viewtopic.php?f=43&t=17411&p=86396&hilit=header+listener#p86396

Another option would be to put a menu item in the column menu: https://bryntum.com/docs/scheduler/#Grid/column/Column#config-headerMenuItems


Post Reply