Callback called when the list of data columns in a data table is retrieved.

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function(dataColumns);

Parameters

dataColumns
Type: spotfire.webPlayer.DataColumn[]
The data columns in the table.

Remarks

Note that there are no actual functions in the JavaScript API. This function will correspond to a normal JavaScript function pointer.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2

See Also