📄️ Localization
Localization allows you to present the interface of the Gantt chart in the language you'd like: English, Spanish, French, etc.
📄️ Full Screen Mode
Starting from the version 3.3, the library includes the fullscreen extension.
📄️ Empty State Screen
Starting from v8.0, the library includes the ability to display an empty screen ("empty state") with the placeholder element in the grid if there is no data loaded in the Gantt chart.
📄️ Undo/Redo Functionality
dhtmlxGantt Chart allows you to undo/redo the made changes. To enable this functionality, you need to enable the undo plugin using the gantt.plugins method.
📄️ Popup Messages and Modal Boxes
Messages are used in the Gantt Chart to notify a user about an error, confirm or deny an action, choose one of the options and so on.
📄️ Quick Info (Touch Support)
The library includes the Quick Info extension that allows displaying a popup with details about the task when a user touches the task on the screen.
📄️ Accessibility
Accessibility is an important and necessary standard for modern web applications.
📄️ Keyboard Navigation
You can get access to Gantt and its elements via keys or keys' combinations. This article will give you all the necessary information
📄️ Content Security Policy Compliance
Content Security Policy (CSP) is a web standard used to prevent unauthorized JavaScript execution and enhance the security of created apps.
📄️ Integration with JQuery
If you are using JQuery library, you can render the Gantt chart on a page using a usual syntax.
📄️ Multi-User Live Updates
This article describes how to implement server-side support for the real-time updates module of DHTMLX Gantt.