the parser for data of the HTML format.
$$('mylist').data.driver = webix.DataDriver.html;
$$('mylist').load("data.html");
// it is the same as
$$('mylist').load("data.html","html");
The object contains methods and properties for correct processing HTML data.
Back to top