Our pure JavaScript Scheduler component


Post by nikko.joson »

Resize on the bryntum splitter on scheduler v5.3 is not working. I can grab the splitter but it doesnt move/resize the grid. Im basing my project using the drag from grid to scheduler example in typescript.
Even with the simplest markup/components its not resizing.

<BryntumScheduler>
</BryntumScheduler>
<BryntumSplitter />
<Grid>
</Grid>

I have an existing app that uses 5.1 and it works with the same markup. just adding <BryntumSplitter /> component in between the bryntum components. but this time its not


Post by mats »

Tried 5.3.1? Sounds like an issue we recently fixed.


Post by nikko.joson »

Thanks @mats, I just read the announcement email. will try this


Post Reply