List is a ui-related components that inherits from view and presents listed data items. The webix library offers three
variations of list apart from the standard one - grouplist, x-list and
unitlist.
webix.ui({
view:"list",
template:"...",
data:..//variable || path || dataset
});
You can load data in any of the supported data formats.
Note that there's no built-in possibility to edit data with List. You should create a prototype editlist object beforehand.