-
Any guides or support for REACTJS?
-
I have this recurring in my database :
![image](https://user-images.githubusercontent.com/17995992/88006954-de54c480-cada-11ea-944d-072d49496fe7.png)
This event is supposed to be recurring the fi…
-
ℹ️ Sobre a empresa:
Somos a Aptus: um time que, junto e há 39 anos, constrói soluções para transformar o mundo através da tecnologia!
Com uma gama variada de serviços e produtos, oferecemos soluçõ…
-
In this version, the event is not triggered
5.3.11
```
scheduler.attachEvent("onBeforeEventChanged", (id, ev) => {
console.log('onBeforeEventChanged')
});
```
-
We have some heavyweight page (it is our application, using dhtmlx) that we want to export to the image. The page might be quite big depending on the data it shows.
Because of it the current limitat…
-
Cf https://github.com/DHTMLX/gantt/blob/master/codebase/skins/dhtmlxgantt_material.css
All your css examples are minified, would be great to be able to read them / copy them easily ;)
-
{name:"description", height:38, map_to:"text", type:"textarea",focus:true},
{name:"user_name", height:38, map_to:"user_name", type:"select",focus:true,options: [
{key:1, label: "High"},…
-
-
I want to change the start and end date of my gantt:
```
gantt.config.start_date = new Date(2010, 1, 1);
gantt.config.end_date = new Date(2015, 1, 1);
```
it works fine if I only have a scale…
-
## 🐛 Bug Report
### Prerequisites
- [X] I'm using the latest version of Docusaurus.
- [X] I have tried the `npm run clear` or `yarn clear` command.
- [X] I have tried `rm -rf node_modules yarn…