Johan Isaksson
Johan Isaksson
Here https://bryntum.com/products/calendar/docs/api/Calendar/widget/MonthView
Currently no backend demos
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=26446&p=131805#p131805) "I have a integrated taskboard and gantt but when I have tasks with subtasks and I hide them by clicking in the arrow, the number of tasks on...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28232&start=30) - [ ] Opt-in using a project (?) config - [ ] Suggestion on implementation: Internal code still use exclusive dates, but dates reported to the app can...
Today we render incoming data first, then enter it into the replica and start calculations. Suggest adding a config to delay that until: * User starts editing (dragging, resizing etc)...
To reproduce: 1. Open http://localhost/bryntum-suite/SchedulerPro/examples/effort/ 2. Run on console: 3. `bryntum.query('resourceutilization').zoomIn();` 4. Expand Macy, nothing shown: 5. Collapse Macy, others are offset: Could be related to animated expand/collapse??
https://bryntum.com/products/grid/examples/nested-grid/ 
- [x] Replace the dataset, it should only have very few overallocated / underallocated, not as many as here: - [x] Add / adjust hints to include info on time...
To improve performance with many columns. Possible approach: Absolute positioned cells, use IntersectionObserver & ResizeObserver to position cells under un-virtualized headers. Problems to solve: - [ ] Row `autoHeight`, either...