Spotfire 14.5 Web Player JavaScript API Reference
Spotfire 14.5 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=14.5
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: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also
Reference
DataTable Class
spotfire.webPlayer Namespace
Built: 02/11/2025.
©2025 Cloud Software Group, Inc. All Rights Reserved.