Click or drag to resize

DataonRangeChanged Method

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

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
function onRangeChanged(filteringSchemeName, dataTableName, dataColumnName, callback);

Parameters

filteringSchemeName
Type: Systemstring
The name of the filtering scheme in which to listen for filtering changes.
dataTableName
Type: Systemstring
The name of the data table in which to listen for filtering changes.
dataColumnName
Type: Systemstring
The name of the filtering data column in which to listen for filtering changes.
callback
Type: spotfire.webPlayerDataonRangeChangedCallback
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also