Two week view in dtmlx scheduler

How can make two week view one with 7 days and other with 14 days in dhtmlx scheduler. I need to implement it in react project

Hello @vshubh ,
You can implement the 2-week view using the “custom views” functionality, you can find a detailed guide at the following link:
https://docs.dhtmlx.com/scheduler/custom_views.html

It may look like follows:
http://snippet.dhtmlx.com/5/3291a1a65

There shouldn’t be high differences in the case of the react app.