SpreadJS Documentation
showNoDataItems Method
The show no data items setting of the slicer.
Gets or sets whether to show the no data items of the slicer.
Syntax
var instance = new GcSpread.Sheets.Slicer(name, table, columnName);
var returnValue; // Type: boolean
returnValue = instance.showNoDataItems(value);
function showNoDataItems( 
   value : boolean
) : boolean;

Parameters

value
The show no data items setting of the slicer.

Return Value

The show no data items setting of the slicer.
See Also

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.