Search found 9 matches

Here's also a video of the test: https://youtu.be/Wf4kyn9Ft4s
We even have a screencast of it happening, but this forum wont allow .mov files to upload (for some reason)
There it is. Unzip -> npm install -> npm start
We use Javascript. Where can I send you a runnable test case ( I got one ). Tho is easy to replicate: 1. Create a brand new react app with npx create-react-app test-scheduler 2. Copy and paste the Scheduler/build folder that comes at the Trial distribution in the root folder of the app 3. npm instal...
Maybe this version of the error helps a little more: Uncaught TypeError: Cannot read property 'cells' of undefined at VerticalTimeAxis.refresh (scheduler.module.js:179) at VerticalTimeAxis.render (scheduler.module.js:179) at VerticalTimeAxisColumn.renderer (scheduler.module.js:179) at Row.renderCell...
There are another 6 references to 'autoHeight' at the build/scheduler.module.js file, but that file seems pre-compiled or somethings. It makes so much references to memory addresses-like strings. It would not be wise from us to touch that file.
Still not working for us. We've removed the autoHeight property from the tag <BryntumScheduler /> as well as from the BryntumScheduler react wrapper in the properties array, (and basically everywhere else we found 'autoHeight'). Still getting the error. ---- TypeError: Cannot read property 'cells' o...
Did you guys had any chance to check what's going on ?
Hi. We've downloaded your trial version as we're interested in the Vertical Mode feature of your scheduler. Our product is built on React.js, so we've used your integration guide to create a very simple example. Out of the box on the 'horizontal' version. it renders just fine with the following code...