SpreadJS Documentation
GC.Spread.Slicers Namespace / GeneralSlicerData type / onFiltered Method
The filtered exclusive data indexes.
Indicates whether the slicer is in preview mode.
In This Topic
    onFiltered Method
    In This Topic
    Occurs after the slicer data has been filtered.
    Syntax
    var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
    var value; // Type: any
    value = instance.onFiltered(filteredIndexes, isPreview);
    function onFiltered( 
       filteredIndexes : Array,
       isPreview : boolean
    ) : any;

    Parameters

    filteredIndexes
    The filtered exclusive data indexes.
    isPreview
    Indicates whether the slicer is in preview mode.
    See Also