从 webix 中的数据视图获取所有值

GetAllValues from datatview in a webix

如何从 webix 中的数据视图获取所有值, 这对我来说仍然不起作用,因为 table 未被选中

var data = $$('experienceTable');
console.log(data.getSelectedId())

获取一些特定的记录

console.log(data.getItem(id));

并获取所有记录

console.log(data.serialize())