Open
Description
Timeline View arranges resources vertically and time slots horizontally. However, for some use cases, it would be beneficial to display resources horizontally and time slots vertically
Use case
- This feature would be helpful in appointment scheduling systems, where multiple resources (e.g., doctors, rooms, employees) are displayed horizontally while time progresses vertically.
- It enhances readability when managing large numbers of resources and aligns with industry-standard UI patterns in scheduling applications.
Proposal
- Allow an option like isResourceHorizontal: true to toggle between the current layout and the new format.
- Ensure scroll support for better usability.