Event raised when filtered range in a data column is changed.

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

Syntax

JavaScript
function onRangeChanged(filteringSchemeName, dataTableName, dataColumnName, callback);

Parameters

filteringSchemeName
Type: string
The name of the filtering scheme in which to listen for filtering changes.
dataTableName
Type: string
The name of the data table in which to listen for filtering changes.
dataColumnName
Type: string
The name of the filtering data column in which to listen for filtering changes.
callback
Type: spotfire.webPlayer.Data.onRangeChangedCallback
The event handler with the following signature:
function(dataColumnRangeState) {}.

Remarks

Note that the event will raise when the filtered data changes, and the callback will only specify the range of the filtered data column. The event will always return [null, null] as range for Hierarchy Filters.

Version Information

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

See Also