Query in Unit view.

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 :slight_smile:

Hello,
please check this topic
viewtopic.php?f=6&t=28615&p=91046&hilit=_props#p91046
there is still no public api for this, so the described method is actual