Documentation

getLastId

returns the id of the last row

id getLastId();

Returns

idthe id of the last item

See also

Example

var row_id = dtable.getLastId();

Back to top