Documentation

getFirstId

gets the ID of the first row

id getFirstId();

Returns

idthe id of the first item

See also

Example

var row_id = dtable.getFirstId();

Back to top