Two unit in same scheduler sharing the same data, can't get it to work properly

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

Hi,

Do you create unit views using Multiple Schedulers on a Page or just separate views in one scheduler instance?

Separate views in one scheduler instance

my issue i don’t want two have two scheduler container, i just want one, where i can switch between views