virtual
Optional. Enables dynamic loading of data on scrolling the list of options
virtual?: boolean;
Default value: false
Example
const combo = new dhx.Combobox("combo_container",{
virtual:true
});
Related sample: Combobox. Virtual list
Optional. Enables dynamic loading of data on scrolling the list of options
Default value: false
Example
const combo = new dhx.Combobox("combo_container",{
virtual:true
});
Related sample: Combobox. Virtual list