dynamic

enables dynamic loading in the List

boolean dynamic;

Example

webix.ui({
  view:"list",
  dynamic:true
});

Details

When you want to enable dynamic loading, make sure that the height of the item is not "auto." It must be a number

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.