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

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

Syntax

JavaScript
function onRangeChanged(filteringName, tableName, columnName, callback);

Parameters

filteringName
Type: string
The name of the filtering schema in which to listen for filtering changes.
tableName
Type: string
The data table name in which to listen for filtering changes.
columnName
Type: string
The name of the filtering column in which to listen for filtering changes.
callback
Type: spotfire.webPlayer.onRangeChangedCallback
The event handler with the following signature: function(dataColumnRangeState) {}.

Version Information

Supported in: 1.0

See Also