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

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

Syntax

JavaScript
function(dataColumnRangeState);

Parameters

dataColumnRangeState
Type: spotfire.webPlayer.DataColumnRangeState
A DataColumnRangeState 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: 1.0

See Also