SpreadJS Documentation
getTable Method
GC.Spread.Sheets.Slicers Namespace > TableSlicerData class : getTable Method
Gets the table of the table slicer data.
Syntax
var instance = new GC.Spread.Sheets.Slicers.TableSlicerData(table);
var value; // Type: Table
value = instance.getTable();
function getTable() : Table;

Return Value

The table of the table slicer data.
See Also

Reference

TableSlicerData class