Skip to main content Skip to complementary content

getDataRow method

getDataRow(rownum)

Method used to get a data row for this object.

Since:
  • 1.0

Parameters

Name Type Description
rownum Number The row number.

Returns

Returns a row of NxCell or null if the row is not available client side and need to be fetched with getData method.

See: getData method

See: NxCell section in the Qlik Engine API help.

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!