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