getDataRow method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
backendApi.getDataRow(rownum)
Gets a data row for this object.
Version history
Version state | Details |
---|---|
Introduced | 1.0 |
Parameters
rownum
Type: Number
The row number.
Returns
A row of NxCell or null if the row is not available client side and need to be fetched with getData method.
NxCell section in the HyperCube topic.
Example
var row = this.backendApi.getDataRow(i + this.currpos);
if(row) {
html += '<tr>';