Is it possible to render a React component inside a scheduler cell?
With the handler "onBeforeEventDomAdd" is possible to use args.element property to render a React component. Is there an equivalent for onBeforeCellRender or a way to have a similar behaviour?