Check documentation for the latest version of dhtmlxSuite indexById DHTMLX Docs

indexById

Returns the index of an item with the specified ID.

void indexById();

Example

var index = data.indexById(id);

Back to top