Features
Bryntum Scheduler
Looking for Ext JS Classic support? Try Scheduler for Ext JS!
General
- Comparison table with Scheduler for Ext JS
- Supported browsers: Chrome, Firefox, Safari, Edge and IE11





Features
- Drag drop, resize and create tasks using the mouse or touch
- Programmatic validation of any editing actions
- Add any custom columns. Inline cell editing supported.
- Columns can be sorted using any field or criteria.
- Dependencies between tasks (FF/FS/SF/SS)
- Undo & redo
- Zooming from milliseconds to year, customizable zoom levels.
- Customize the task look and feel using any HTML + CSS.
- Configurable time scale with up to 3 header rows, from ms to years
- Export to PDF, PNG and Excel
- Support for global time ranges and date indicators
- Read-only mode available
- Resource grouping
- Summaries
- Animated UI updates
- Filter tasks or resources easily
- Customizable task labels
- Customizable tooltips using any HTML markup
- Pack, stack or overlapping event layouts
Visual Appearance
- Ships with four SASS based themes
- Includes a demo showing how to create a custom theme
- Predefined task styles and colors to pick from, or apply custom styling using CSS
- Row height is customizable, and can be changed dynamically.
- Tasks can be easily styled individually by putting CSS classes on the data, or by using the eventRenderer method.
Technical details
- Platform: None, pure JavaScript and framework independent
- Easy to add custom data fields to any of the included Data Model classes (Event, Dependency, Assignment, Resource etc)
- Comes with a flexible API where you can override pretty much any part of the codebase
- Multiple build versions available:
- UMD-bundle for browsers that require transpiled code
- UMD-bundle as above but also including babel-polyfill
- ES Module-bundle for modern browsers that support ES modules
- All bundles are available in minified or unminified versions
Server/Database Integration
- Integrates with any server technology (PHP, Java, ASP.NET etc)
- Load and save data in JSON. Custom data formats can also be supported.
- Demo using PHP backend included