getRowCount method
                Information noteSTABLE.
                    
This API is reliable and breaking changes are unlikely.
                This API is reliable and breaking changes are unlikely.
backendApi.getRowCount()
Gets the total number of data rows for this object.
Version history
| Version state | Details | 
|---|---|
| Introduced | 1.0 | 
Parameters
None
Returns
A number.
Example
if(this.backendApi.getRowCount() > lastrow + 1) {
		morebutton = true;
}