TIBCO Spotfire 11.8 Web Player JavaScript API Reference
TIBCO Spotfire 11.8 Web Player JavaScript API Reference
spotfire.webPlayer
DataTable Class
DataTable Methods
getDataColumn Method
getDataColumns Method
getDataTableProperties Method
getDataTableProperty Method
onDataTablePropertyChanged Method
searchDataColumns Method
setDataTableProperty Method
DataTable
getDataColumns Method
Get all
data column
s in the table.
Namespace:
spotfire.webPlayer
Assembly:
~/GetJavaScriptApi.ashx?Version=11.8
Syntax
JavaScript
Copy
function
getDataColumns
(
callback
);
Parameters
callback
Type:
spotfire.webPlayer
DataTable
onGetDataColumnsCallback
A callback function with the following signature:
function(
dataColumns
) {}
.
The parameter in the signature is an array of
DataColumn
.
Version Information
Supported in: 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also
Reference
DataTable Class
spotfire.webPlayer Namespace
Built: 03/09/2022.
©2022 TIBCO. All Rights Reserved.