the parser for HTML tables.
//..body part
<table id="films">
...
</table>
..//script part
dtable.data.driver = webix.DataDriver.htmltable;
dtable.parse("films");
// it is the same as
dtable.parse("films", "htmltable");
The object contains methods and properties for correct processing HTML tables.