getLastId
returns the ID of the last item
function getLastId(): number|string
Returns
Section titled “Returns”number,string
the ID of the last item
Example
Section titled “Example”mygrid.showItem(mygrid.getLastId())
also check the next samples:
returns the ID of the last item
function getLastId(): number|string
number,string
the ID of the last item
mygrid.showItem(mygrid.getLastId())
also check the next samples: