setActionVisible(name,Boolean)
Sets the visibility/accessibility of end-user Table features. To disable a feature, set the value to false.
Parameters
name name of table function (String):
'Export', 'Show Details'
boolean false: hide the specified function
true: show the specified function
Example
Table1.setActionVisible("Show Details", false);
See Also
thisViewsheet.setActionVisible(name,Boolean), to show or hide Viewsheet toolbar buttons.
| << insertRow(row) | © 1996-2013 InetSoft Technology Corporation (v11.4) | isActionVisible(name) >> |