Skip to main content Skip to complementary content

table method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.table(ext, path)

Creates a QTable object that wraps data in your extension and provides an object oriented interface.

Version history

Version history
Version state Details
Introduced 2.1

Parameters

ext

Type: Object

Extension or angular scope for the extension.

path

Type: String

Optional.

Path to the hypercube.

Default: qHyperCube

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!