I am trying to access the Timeline Pro features for the DHTMLX Scheduler, but I noticed that the Pro edition is not available via npm. I attempted to download the free trial code, but I was unable to locate the necessary files for the timeline view.
Could you please assist me in obtaining access to the Timeline Pro edition?
Hello @Kajanan023 ,
Looks like you already duplicated this question in our documentation and support system, if so - please, do not duplicate questions in different threads.
Regarding the question:
As I understand, you already got the Trial package with the scheduler, am I right?
If so, you can just add it to your project and use timeline view as described in the following article:
https://docs.dhtmlx.com/scheduler/timeline_view.html
So general steps will be:
Add the Trial package to your project
Enable the timeline view in plugins method:
scheduler.plugins({ timeline: true,});
Create and configure the timeline with the createTimelineView method.
Here is a demo with example of code:
https://snippet.dhtmlx.com/1jzaf2m9
If there are still any issues, could you please clarify what exactly goes wrong with more details or screenshots?