Table widget
A Table widget displays data from multivariate and structured data sets in tabular format.
A Table widget displays data in rows and columns. Each row in the table represents an item, and each column shows a selected attribute of that item; for example, a table might show a list of servers, with key attributes for each server (such as CPU usage and disk space).
You can click an item in the table to select the context for data displayed by other dashboard widgets.
A Table widget shows selected attributes from a data set; you can filter, sort, and search this data using the controls on the widget.
Depending on its event settings, a Table widget may send a Node clicked event when you click a row in the table. Any widget that is on the same page and subscribes to this event can be configured to update its content based on the context of the selected item. For example, when you select a item in the table, a chart on the same page may update to show data from that item.
A Table widget may also update its contents based on Node clicked events received from other widgets.
Using a REST interface, a Table widget can display data from more than one data set. The Table widget can be used to display details for a list of services, applications, and so on.
The Table widget features the following UI elements:
- Title bar
- The title bar includes the following elements:
- Widget title - The title bar displays a title for table, that is, if an administrator configured a title for the Table widget. An administrator can also choose to hide the title bar.
- The Edit options drop-down arrow icon (
) to provide access to edit mode
for administrators. - The widget help icon (
). Click the
help icon to view help for the Table widget.
- Toolbar
- If the toolbar is not visible, click the show toolbar arrow (
) to display it. The tool bar
includes the following elements:
Icon or Command Button Description 
Click
to
manually refresh the contents of the table.
Use the drop-down arrow associated with the Actions button to access the following default menu items:
Refresh -
Click
to refresh the table
contents.
Export -
Click
to display a submenu
so that you can export the table data in HTML or CSV format.
Print - Click
to display a submenu so that you can print all
the table data, data from selected rows, or display a print preview.- Remove Node is used to delete an item from the table.
- Change label is used to change the label for an item.
Note: Depending on the data set associated with the Table widget, additional menu items may be available through the Actions button.Filter
Enter a text string in the Filter field to reduce the number of listed data elements based on the text string that you enter.
Click
to display the Filter dialog
so that you can configure and apply one or more filtering rules.In Filter dialog, you can add multiple filtering rules. Use the Match field, to decide whether returned values must satisfy all rules or any one rule. To add a new rule, click the icon (
). You can apply to new rule all table columns,
or select just one column. Use the Condition field
to apply filter conditions, for example, data must contain, start
with, or end with the string that you specify
in the Value field. - Filter bar
- The filter bar shows whether or not filters are currently applied.
You can clear any filters and click the Advanced Filter icon
(
) to view and
edit filters. Use the close icon (
) to remove the filter bar. - Table header row
- The table header row lists the column names from the data set. You can resize column widths. You can sort data by individual columns in ascending or descending order, and you can apply additional lower level sorting by other columns. Data cells can also include images.
- Table footer row
- The table footer row displays to number of data rows included in the table and also indicates the number of rows that are currently selected.