Callback called when the filtered range of a data data column changes.

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

Syntax

JavaScript
function(dataColumnRangeState);

Parameters

dataColumnRangeState
Type: spotfire.webPlayer.DataColumnRangeState
The object which defines the state of the filtered data range.

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