Click or drag to resize

DataTableonGetDataColumnCallback Function

Callback called when a data column object is retrieved.

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

Parameters

dataColumn
Type: spotfire.webPlayerDataColumn
The retrieved DataColumn.
Remarks
Note that there are no actual functions in the JavaScript API. This function will correspond to a normal JavaScript function pointer.
Version Information


See Also