guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
544 stars 132 forks source link

Two time zones in day view #33

Open vijaydokrimare2302 opened 5 years ago

vijaydokrimare2302 commented 5 years ago

Can I show tow time header for day view ? One is for one time zone in hour format and other one is for other time zone in hour format ?

nvgopi commented 5 years ago

I think you can. You might have to play around with Headers.js to get an additional row for a different timezone.

vijaydokrimare2302 commented 5 years ago

I think you can. You might have to play around with Headers.js to get an additional row for a different timezone.

Thanks @nvgopi for quick reply. But in Documentation, we have customization over the look and feel (style). I didn't find any customization inside component ( adding / deleting ) component. Can you please provide sample code to add two time zones for day format ?