uiTable
Namespace: |
(default namespace) |
XML Schema: |
api.xsd |
a simple table for the UI to consume
JSON
property |
type |
description |
networkName |
networkName (string)
|
Network the table belongs to
|
name |
name (string)
|
the name of the table
|
headers |
array of headers (string)
|
Gets the headers of the table
|
dataTypes |
array of dataTypes (string)
|
Gets the data types of the columns
|
rows |
array of rows (string)
|
Gets the rows of the table
|
totalRows |
totalRows (int)
|
total rows may > rows(). This is true if this table
is a sub-table.
|
currentPage |
currentPage (int)
|
the current page of the table
|
csvUrl |
csvUrl (string)
|
Gets the URL to the CSV for the table
|
filters |
filters (string)
|
Gets the filters set
|
sortCriteria |
array of sortCriteria (uiSortCriterion)
|
the sorts used to sort this table
|
rowsPerPage |
rowsPerPage (int)
|
number of rows per page set in retrieving this table
|
keyColumns |
array of keyColumns (int)
|
the columns that make up the key for each object represented by a row
|
origRows |
origRows (int)
|
|