Documentation

getLastId

returns the id of the last item

id getLastId();

Returns

idthe id of the last item

See also

Example

//"data" is the ID of dataview
$$('data').showItem($$('data').getLastId())

Back to top