Hi,
I am trying to create two unit views in the scheduler grid
One for the staff that have a list of staff and another one that has a list of equipment,
I was able to draw both unit accordingly,
but my issue is both unit share the same booking data,
that I parsed with the scheduler.parse ( data.responseJSON. data,“json”);
My issue is that it’s not showing in the right position, and when I add skip_incorrect: true, it doesn’t show at all.
Any idea on how to fix it