Hello, @Gulce. Thanks for the reply.
I’m building an app for appointment booking. Each user has to fulfill a form to book its appointment. The user input Start time and duration of each appointment, such as below:
Doing that I’ve to see that appointment in a timeline that I’m currently using RGs.
The main (outside) RG has timeslots as source:
Inside the RG I’ve a DropArea (from draggable elements plugin). Inside this dropArea I’ve another RG that contains the drag/drop item and the appointment itself as source:
When the user books the appointment, I’ve to see the appointment as below:
I actually can resize the RG with the plugin, but with the RG ID I can resize only the first column. In this example, the appointment has 2h so I’ve to see it starting at 11:30am and ending at 1:30 pm resizing it column. The issue is such the appointment is not booked at the first column, I cannot resize it. Is it possible to do?
Thanks again and sorry for the poor english!