getUnitList

gets IDs of the data records united by the specified unit value

array getUnitList(string name);
namestringthe name of the unit, the IDs for which need to be collected
arrayan array of IDs for the unit

Example

var datas = $$("mylist").getUnitList("A");

Back to top
If you have not checked yet, be sure to visit site of our main product Webix widget library and page of list in javascript product.