Check documentation for the latest version of dhtmlxSuite last DHTMLX Docs

last

Returns the ID of the last item ( an item with the index == dataCount-1).

void last();

Example

var id = data.last();

Back to top