StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

when I am using slotItemTemplateResolver function Toggle is not working #139

Closed mounikaalla-rahi closed 5 years ago

mounikaalla-rahi commented 5 years ago

I am using custom slotItemTemplateResolver = (schedulerData, slot, slotClickedFunc, width, clsName) to customize the Resources Cell. When I using the slotItemTemplateResolver function toggle is not working. Can you please help me in getting the toggle button appended to my custom resource styling.

Screen Shot 2019-05-28 at 2 43 50 PM

Thanks Screen Shot 2019-05-28 at 2 46 41 PM

StephenChou1017 commented 5 years ago

@mounikaalla-rahi Hi, you may refer to the ResourceView.js to customize your slotItemTemplateResolver func.

mounikaalla-rahi commented 5 years ago

@StephenChou1017 Thanks Stephen.It is working now. I got the clue what is missing from the ResourceView.js

Thanks again