Class Qww.Table.Header
Represents a table header.
Defined in: <JavaScript\QWW\QwwJs_TableMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Constructs a new Qww.Table.Header instance.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Index of the column header within the TableMgr.
|
|
|
Index of the column header within the QlikView table.
|
|
|
Text for the column header.
|
|
|
Direction which the column is sorted in.
|
|
|
Sort order for the column.
|
Field Detail
{Int}
HeaderIndex
Index of the column header within the TableMgr.
{Int}
HeaderSortIndex
Index of the column header within the QlikView table. Use this when calling Qww.Table.Mgr.Sort.
- See:
- Qww.Table.Mgr.Sort
{String}
HeaderText
Text for the column header.
{Qww.Table.Header.SortDirection}
SortDirection
Direction which the column is sorted in.
{Int}
SortOrder
Sort order for the column.
