Click or drag to resize

DataTable Class

Holds information about a data table in the document. To get the information use the data object.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerDataTable

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.DataTable = function();

Type.createClass(
	'spotfire.webPlayer.DataTable');

The DataTable type exposes the following members.

Constructors
  NameDescription
Public methodDataTable
Top
Properties
  NameDescription
Public propertydataTableName
The name of the table.
Top
Methods
  NameDescription
Public methodgetDataColumn
Get a data column with given name.
Public methodgetDataColumns
Get all data columns in the table.
Public methodgetDataTableProperties
List all properties in a table.
Public methodgetDataTableProperty
Get the information about the property with given name.
Public methodonDataTablePropertyChanged
Event raised when a data table property has changed value.
Public methodsearchDataColumns
Get the data columns that matches the search expression.
Remarks
For search syntax see Spotfire user manual.
Public methodsetDataTableProperty
Set the value of an existing property.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also