Check documentation for the latest version of dhtmlxSuite first DHTMLX Docs

first

returns the ID of the first item (item with the index == 0)

string|number first();
string|numberthe ID of the first item

Example

var id = myDataView.first();

Back to top