2023-10-26
thin
packages, and moving forward it will be the recommended way of using Bryntum products in npm based applications (for all supported frameworks). See the "What's new" guide for more information@bryntum/schedulerpro-thin
bundle includes scss theme files in sass/themes
folder (#7445)delayFromParent
field (optional to specify), which behind the scenes is used as a constraint, taking non-working time into account (#6821)project.loadCrudManagerData()
, only refreshing once after the data has been applied (#7246)Print
feature based on PdfExport
feature which allows using browser print dialog and not rely on backend (#6218)nested-events-dependencies
example (#7211)examples/frameworks/react/typescript/sharepoint-fabric
Core.util.helper.Point
class has been moved to solve circular module dependencies. It is now a named export of the Core.util.helper.Rectangle
module. Check upgrading guide for the detailsScrollOptions
typedef has been renamed to BryntumScrollOptions
to not interfere with TypeScript interface ScrollOptions
. Check upgrading guide for the details (#7385)BryntumProjectModel
wrapper component has been renamed to BryntumSchedulerProProjectModel
. Please see the upgrade guide for detailsonEventResizeStart
and onEventDragStart
does not persist custom properties set on events>= 3.6.0
>= 9.0.0
>= 16.0.0
>= 2.0.0
>= 5.0.0
>= 4.0.0
>= 4.0.0
Bryntum Scheduler Pro
What is Bryntum Scheduler Pro?
Welcome to the Bryntum Scheduler Pro - the most advanced JavaScript Scheduler component.
Bryntum Scheduler Pro supercharges the Bryntum Scheduler with our powerful Gantt scheduling engine to deliver an unparalleled experience.
For more general information on our Scheduler Pro product, please read on. This documentation provides you with everything you need to get started.
If you are excited to have a go now, we suggest you to start with one of our quick start guides below:
React
Angular
Vue
Vanilla JS
Salesforce
Bryntum Scheduler Pro is an excellent choice for applications needing more than just a good visualisation, a few examples:
Complex scheduling scenarios where tasks are dependent on other tasks (such as a Gantt project)
Planning systems based on resource availability
Manufacturing Execution System (MES) apps for production facilities
Bryntum Scheduler Pro is an extension of the Scheduler that can understand Gantt project data, making the component capable of managing dependencies, resources, assignments and calendars.
Try out some of the Bryntum Scheduler Pro features with the Live demo below.
To get a complete view of Bryntum SchedulerPro Component capabilities, please read topic-specific guides from the menu, visit our API documentation and examples browser.
Integration
Bryntum Scheduler Pro runs in all modern browsers (Chrome, Firefox, Safari, and modern Edge), whatever is your target technology.
You can use Bryntum Scheduler Pro out of the box or integrate it with the frameworks of your choice and many third-party solutions. Visit the integration section of our documentation for further details:
React
Angular
Vue
Ionic
Node.JS
If you have already downloaded Bryntum Scheduler Pro, please note that it ships with framework examples found in the examples/frameworks folder. If you have not, you can download your free trial version from here
How does it work?
Bryntum Scheduler Pro differs from the Scheduler in many ways:
Scheduler Pro always uses an AssignmentStore to manage event assignments, whereas Scheduler uses an EventStore, ResourceStore and optionally an AssignmentStore and a DependencyStore.
Scheduler Pro uses the same data model as the Gantt and can visualise a Project side by side with the Gantt.
In Scheduler Pro, adding a dependency between two tasks will affect the scheduling of the successor task. Scheduler only shows dependencies but they are just visual elements, they do not impact scheduling.
Thanks to this advanced data model, Scheduler Pro can display more project related information such as:
Visualising a task completion progress bar.
Showing a Timeline widget and a Resource Histogram widget.
Scheduler Pro is one of a kind. Its scheduling engine matches Microsoft Project logic and supports projects of any size. It is built on top of ChronoGraph - an open-source reactive computational engine also developed by Bryntum.
Scheduling engine
The scheduling engine is self-contained/headless, designed to be compatible with a server-side Node.js environment. It is a built-in dependency and should require no additional installation or configuration. The documentation for this part of the codebase is available in Bryntum Scheduling Engine API Docs.
Visualisation and UI
The visualisation and user interface part of the Scheduler Pro is based on Bryntum Scheduler, which in turn is based on the Bryntum Grid and is written in plain JavaScript. So you can use most Scheduler and Grid features too. For more information about Grid capabilities, please visit the Grid Component documentation.
In a traditional setup, you will want to use frozen grid columns to the left and let the Gantt Timeline (which is a specialised grid) occupy the rest of the available space with a horizontal scrollbar to scroll the timeline. You can also associate as many extra grids as needed to improve even more the user experience.
What to do next?
The best way to learn how to use our Scheduler Pro component is to first select a quick start guide and after that follow our tutorial. To get started, please choose your target technology below:
React
Angular
Vue
Vanilla JS