Skip to main content Skip to complementary content

table method

qlik.table(ext, path)

Method used to create a QTable object that wraps data in your extension and provides an object oriented interface.

Since:
  • 2.1

Parameters

Name Type Description
ext object Extension or angular scope for the extension.
path string

Optional.

Path to the hypercube.

Default: qHyperCube

Returns

Returns a QTable object that holds data and options for the table.

Example

$scope.table = qlik.table(this);

<tr ng-repeat="row in table.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!