I can’t create the Map button in the schedule with reactjs. How can I do? are there any examples?
Hello @gorkj83,
I hope you follow our demo of how to use Scheduler with te React to create your project:
In order to add the map button to the Scheduler, please follow the general steps of how it can be done:
- Import your google map and
dhtmlxscheduler_map_view.js
to theScheduler.js
component:
Map View Scheduler Docs - Then using the
header
config add the button to the page. - And finally configure the map vie on the page.
Unfortunately, I haven’t a ready demo.