SpreadJS Documentation
changeData Method
The changed data item in the data source.
Changes data items in the data source of the general slicer data.
Syntax
var instance = new GcSpread.Slicer.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.changeData(changedData);
function changeData( 
   changedData : SlicerDataItem
) : any;

Parameters

changedData
The changed data item in the data source.
See Also

Reference

GeneralSlicerData type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.