Difference between revisions of "NXSL:Table"

From NetXMS Wiki
Jump to navigation Jump to search
(Added rows attribute)
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Represents table object (usually table DCI value).
{{deprecated}}Represents table object (usually table DCI value).




Line 39: Line 39:
|-
|-
| rows || array || Row definitions as array of [[NXSL:TableRow|TableRow]] objects
| rows || array || Row definitions as array of [[NXSL:TableRow|TableRow]] objects
| -
|-
| title || string || Table's title
| title || string || Table's title
|}
|}


[[Category:NXSL Class Reference]]
[[Category:NXSL Class Reference]]

Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Represents table object (usually table DCI value).


Class Name

Table


Methods

addColumn

addRow

deleteColumn

deleteRow

get

getColumnIndex

getColumnName

set


Attributes

Name Type Description
columnCount int32 Number of columns
columns array Column definitions as array of TableColumn objects
rowCount int32 Number of rows
rows array Row definitions as array of TableRow objects
title string Table's title