In addition to hooking in a context menu tool on a table, table context tools may be hooked in on column as well as cell level.
Overview
Table tool context menus may be hooked in on three levels:
CustomTool<TablePlot>
Available in the context menu for the table visualization.
CustomTool<TablePlotColumnContext>
Available in the context menu shown when right-clicking a column header.
CustomTool<TablePlotCellContext> and CustomTool<TablePlotCopyCellValueContext>
Available in the context menu and in its Copy Cell sub menu respectively, when right-clicking a cell in the table.
Refer to the Additional Table Visualization Contexts section in Creating a Tool for further details.
Context menus are not used in the Spotfire WebPlayer.
Tutorials and Examples