-
Create a column definition where the column name has a space, and add an onrender function:
```js
{ name: "or der", label: "Order", onrender: function(task) { return task.order; } }
```
This t…
-
Hi Ottmar
After upgrading to version 8.0.x there were no errors and the Gantt rendering is still working.
There is just the issue with the changes for the printing service.
Printing in 8.0 no…
jzzh updated
9 months ago
-
I saw a demo here: https://docs.dhtmlx.com/gantt/samples/11_resources/04_resource_usage_diagram.html?_ga=2.81895830.160995991.1619430496-1302080179.1619169743
and I couldn't found API support for the…
-
I am getting this error when I double click a recurring event. What seems to be the issue here?
-
Add ".gantt_noselect" too $root instead of document.body to make grid column resize work in Shadow DOM.
The codebase has different ways of toggling `.gantt_noselect` class. Please streamline them a…
-
We can reduce network traffic by caching a few files in the static directory.
flask probably offers an easy solution to this problem.
```
GET https://open-web-calendar.hosted.quelltext.eu/css/d…
-
It would be good to serve all locales in one file as this allows faster switching between them.
Documentation: https://docs.dhtmlx.com/scheduler/localization.html
```
scheduler.i18n.addLocale("la…
-
There are different places where the calendar colors should occur:
- day
- week
- month
- agenda
The [example](https://docs.dhtmlx.com/scheduler/samples/03_extensions/03_agenda_view.html) set…
-
-
There is some issue in the container_autoresize extension, which breaks drag-and-drop event creation in mobile view.
You can replicate this issue on the example page using device toolbar of Chrome br…