Hi,
I’m using usints viw on my scheduler page , is there any way to change the size dynamically without reloading the scheduler object .
scheduler.createUnitsView({
name:“unit”,
property:“section_id”, //the mapped data property
list:sections,
size:5,(I need to change this dynamically )
step:1
});
thanks