Skip to main content Skip to complementary content

QTable

new QTable()

Wrapper around Hypercube data from the Qlik engine.

Since:
  • 2.1

Properties

Name Type Description
rows Array.<QRow>

Data rows

headers Array.<QHeader>

Header information

totals Array.<QMeasureCell>

Total information for measures

rowCount Number

Total number of rows for the qHyperCube, including rows not fetched from the server.

colCount Number

Total number of columns for the qHyperCube.

Example

<tr ng-repeat="row in data.rows">
	<td ng-repeat="cell in row.cells"> {{cell.qText}} </td>
</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!