Skip to main content Skip to complementary content

getDataRow method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

backendApi.getDataRow(rownum)

Gets a data row for this object.

Version history

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.

getData method

NxCell section in the HyperCube topic.

Example

var row = this.backendApi.getDataRow(i + this.currpos);
if(row) {
	html += '<tr>';

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!