The main goal is to implement a schedule for approximately 100 employees. There was an idea to implement it using a registry element. However, the usual calendar view does not quite fit (i.e., dates and working hours are represented horizontally, and employees are listed vertically). Since the number of employees will be relatively static, but weeks/months will continuously be added, the standard registry view is not entirely suitable for implementation. The need arose to add new records horizontally (with the ability to scroll left/right) — these will be the weeks/months, while employees will remain static vertically.
The idea is to add new records to the registry horizontally, not vertically. If it's not entirely clear, I can explain in more detail.
Is such implementation possible? Perhaps you already have a ready solution for the schedule or better alternatives for implementing it?