Check documentation for the latest version of dhtmlxSuite first DHTMLX Docs

first

Returns the ID of the first item ( an item with the index == 0 )

void first();

Example

var id = data.first();

Back to top