hi,
I have two units, how can i show both units? for example News and Cartoons.
You can create multiple unit views
scheduler.createUnitsView({
name:"unit_n",
property:"news_id",
list:news
});
scheduler.createUnitsView({
name:"unit_c",
property:"cartoon_id",
list:cartoons
});