How can I react to the click of a specific ResourceHeader?
I’m looking for something like this:
dp.onResourceHeaderClicked = function(args) {
const index = args.resource.data.index;
};
https://javascript.daypilot.org/demo/scheduler/rowheadercolumns.html
For example, here I want to click on 'Building B' -> 'Room 302' -> 'Floor 1' respond.
Is there a possibility ?